Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.FaceRectangle
-
Packages that use FaceRectangle Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of FaceRectangle in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return FaceRectangle Modifier and Type Method Description FaceRectangle
CelebritiesModel. faceRectangle()
Get the faceRectangle value.FaceRectangle
FaceDescription. faceRectangle()
Get the faceRectangle value.FaceRectangle
FaceRectangle. withHeight(int height)
Set the height value.FaceRectangle
FaceRectangle. withLeft(int left)
Set the left value.FaceRectangle
FaceRectangle. withTop(int top)
Set the top value.FaceRectangle
FaceRectangle. withWidth(int width)
Set the width value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models with parameters of type FaceRectangle Modifier and Type Method Description CelebritiesModel
CelebritiesModel. withFaceRectangle(FaceRectangle faceRectangle)
Set the faceRectangle value.FaceDescription
FaceDescription. withFaceRectangle(FaceRectangle faceRectangle)
Set the faceRectangle value.
-