Face 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Face
- com.
public class Face
找到的人脸的坐标。
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| Integer |
bottom()
获取底部值。 |
| Integer |
left()
获取左侧值。 |
| Integer |
right()
获取正确的值。 |
| Integer |
top()
获取顶部值。 |
| Face |
withBottom(Integer bottom)
设置底部值。 |
| Face |
withLeft(Integer left)
设置左侧值。 |
| Face |
withRight(Integer right)
设置正确的值。 |
| Face |
withTop(Integer top)
设置顶部值。 |
方法详细信息
bottom
public Integer bottom()
获取底部值。
Returns:
left
public Integer left()
获取左侧值。
Returns:
right
public Integer right()
获取正确的值。
Returns:
top
public Integer top()
获取顶部值。
Returns:
withBottom
public Face withBottom(Integer bottom)
设置底部值。
Parameters:
Returns:
withLeft
public Face withLeft(Integer left)
设置左侧值。
Parameters:
Returns:
withRight
public Face withRight(Integer right)
设置正确的值。
Parameters:
Returns:
withTop
public Face withTop(Integer top)
设置顶部值。
Parameters:
Returns: