Face Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Face
- com.
public class Face
Coordenadas para o rosto encontrado.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
Integer |
bottom()
Obtenha o valor inferior. |
Integer |
left()
Obtenha o valor esquerdo. |
Integer |
right()
Obtenha o valor certo. |
Integer |
top()
Obtenha o valor superior. |
Face |
withBottom(Integer bottom)
Defina o valor inferior. |
Face |
withLeft(Integer left)
Defina o valor esquerdo. |
Face |
withRight(Integer right)
Defina o valor correto. |
Face |
withTop(Integer top)
Defina o valor superior. |
Detalhes do método
bottom
public Integer bottom()
Obtenha o valor inferior.
Returns:
left
public Integer left()
Obtenha o valor esquerdo.
Returns:
right
public Integer right()
Obtenha o valor certo.
Returns:
top
public Integer top()
Obtenha o valor superior.
Returns:
withBottom
public Face withBottom(Integer bottom)
Defina o valor inferior.
Parameters:
Returns:
withLeft
public Face withLeft(Integer left)
Defina o valor esquerdo.
Parameters:
Returns:
withRight
public Face withRight(Integer right)
Defina o valor correto.
Parameters:
Returns:
withTop
public Face withTop(Integer top)
Defina o valor superior.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java