你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DetectedFace 类

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.models.DetectedFace

public class DetectedFace

检测到人脸对象。

方法摘要

修饰符和类型 方法和描述
FaceAttributes faceAttributes()

获取 faceAttributes 值。

UUID faceId()

获取 faceId 值。

FaceLandmarks faceLandmarks()

获取 faceLandmarks 值。

FaceRectangle faceRectangle()

获取 faceRectangle 值。

DetectedFace withFaceAttributes(FaceAttributes faceAttributes)

设置 faceAttributes 值。

DetectedFace withFaceId(UUID faceId)

设置 faceId 值。

DetectedFace withFaceLandmarks(FaceLandmarks faceLandmarks)

设置 faceLandmarks 值。

DetectedFace withFaceRectangle(FaceRectangle faceRectangle)

设置 faceRectangle 值。

方法详细信息

faceAttributes

public FaceAttributes faceAttributes()

获取 faceAttributes 值。

Returns:

faceAttributes 值

faceId

public UUID faceId()

获取 faceId 值。

Returns:

faceId 值

faceLandmarks

public FaceLandmarks faceLandmarks()

获取 faceLandmarks 值。

Returns:

faceLandmarks 值

faceRectangle

public FaceRectangle faceRectangle()

获取 faceRectangle 值。

Returns:

faceRectangle 值

withFaceAttributes

public DetectedFace withFaceAttributes(FaceAttributes faceAttributes)

设置 faceAttributes 值。

Parameters:

faceAttributes - 要设置的 faceAttributes 值

Returns:

DetectedFace 对象本身。

withFaceId

public DetectedFace withFaceId(UUID faceId)

设置 faceId 值。

Parameters:

faceId - 要设置的 faceId 值

Returns:

DetectedFace 对象本身。

withFaceLandmarks

public DetectedFace withFaceLandmarks(FaceLandmarks faceLandmarks)

设置 faceLandmarks 值。

Parameters:

faceLandmarks - 要设置的 faceLandmarks 值

Returns:

DetectedFace 对象本身。

withFaceRectangle

public DetectedFace withFaceRectangle(FaceRectangle faceRectangle)

设置 faceRectangle 值。

Parameters:

faceRectangle - 要设置的 faceRectangle 值

Returns:

DetectedFace 对象本身。

适用于