Face Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Face
- com.
public class Face
Coordenadas de la cara encontrada.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Integer |
bottom()
Obtenga el valor inferior. |
Integer |
left()
Obtenga el valor izquierdo. |
Integer |
right()
Obtenga el valor correcto. |
Integer |
top()
Obtenga el valor superior. |
Face |
withBottom(Integer bottom)
Establezca el valor inferior. |
Face |
withLeft(Integer left)
Establezca el valor izquierdo. |
Face |
withRight(Integer right)
Establezca el valor correcto. |
Face |
withTop(Integer top)
Establezca el valor superior. |
Detalles del método
bottom
public Integer bottom()
Obtenga el valor inferior.
Returns:
left
public Integer left()
Obtenga el valor izquierdo.
Returns:
right
public Integer right()
Obtenga el valor correcto.
Returns:
top
public Integer top()
Obtenga el valor superior.
Returns:
withBottom
public Face withBottom(Integer bottom)
Establezca el valor inferior.
Parameters:
Returns:
withLeft
public Face withLeft(Integer left)
Establezca el valor izquierdo.
Parameters:
Returns:
withRight
public Face withRight(Integer right)
Establezca el valor correcto.
Parameters:
Returns:
withTop
public Face withTop(Integer top)
Establezca el valor superior.
Parameters:
Returns:
Se aplica a
Azure SDK for Java