FaceRectangle Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. FaceRectangle
- com.
public class FaceRectangle
A rectangle within which a face can be found.
Modifier and Type | Method and Description |
---|---|
int |
height()
Get the height value. |
int |
left()
Get the left value. |
int |
top()
Get the top value. |
int |
width()
Get the width value. |
Face |
with Set the height value. |
Face |
with Set the left value. |
Face |
with Set the top value. |
Face |
with Set the width value. |
height
public int height()
Get the height value.
Returns:
left
public int left()
Get the left value.
Returns:
top
public int top()
Get the top value.
Returns:
width
public int width()
Get the width value.
Returns:
withHeight
public FaceRectangle withHeight(int height)
Set the height value.
Parameters:
Returns:
withLeft
public FaceRectangle withLeft(int left)
Set the left value.
Parameters:
Returns:
withTop
public FaceRectangle withTop(int top)
Set the top value.
Parameters:
Returns:
withWidth
public FaceRectangle withWidth(int width)
Set the width value.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: