FaceRectangle Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. FaceRectangle
- com.
public class FaceRectangle
Rectángulo dentro del cual se puede encontrar una cara.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
int |
height()
Obtiene el valor de alto. |
int |
left()
Obtenga el valor izquierdo. |
int |
top()
Obtenga el valor superior. |
int |
width()
Obtiene el valor de ancho. |
Face |
withHeight(int height)
Establezca el valor de alto. |
Face |
withLeft(int left)
Establezca el valor izquierdo. |
Face |
withTop(int top)
Establezca el valor superior. |
Face |
withWidth(int width)
Establezca el valor de ancho. |
Detalles del método
height
public int height()
Obtiene el valor de alto.
Returns:
left
public int left()
Obtenga el valor izquierdo.
Returns:
top
public int top()
Obtenga el valor superior.
Returns:
width
public int width()
Obtiene el valor de ancho.
Returns:
withHeight
public FaceRectangle withHeight(int height)
Establezca el valor de alto.
Parameters:
Returns:
withLeft
public FaceRectangle withLeft(int left)
Establezca el valor izquierdo.
Parameters:
Returns:
withTop
public FaceRectangle withTop(int top)
Establezca el valor superior.
Parameters:
Returns:
withWidth
public FaceRectangle withWidth(int width)
Establezca el valor de ancho.
Parameters:
Returns:
Se aplica a
Azure SDK for Java