你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions 接口
public interface WithAllOptions
允许指定任何其他可选设置的定义阶段。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
FacesDetectWithUrlDefinitionStages.WithExecute |
withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)
分析并返回逗号分隔字符串中的一个或多个指定人脸属性,例如“returnFaceAttributes=age,gender”。 支持的人脸属性包括年龄、性别、头部、微笑、面部头发、眼镜和情感。 请注意,每个人脸属性分析都有额外的计算和时间成本。 |
FacesDetectWithUrlDefinitionStages.WithExecute |
withReturnFaceId(Boolean returnFaceId)
一个值,该值指示操作是否应返回检测到的人脸的 faceIds。 |
FacesDetectWithUrlDefinitionStages.WithExecute |
withReturnFaceLandmarks(Boolean returnFaceLandmarks)
一个值,该值指示操作是否应返回检测到的人脸的地标。 |
方法详细信息
withReturnFaceAttributes
public FacesDetectWithUrlDefinitionStages.WithExecute withReturnFaceAttributes(List
分析并返回逗号分隔字符串中的一个或多个指定人脸属性,例如“returnFaceAttributes=age,gender”。 支持的人脸属性包括年龄、性别、头部、微笑、面部头发、眼镜和情感。 请注意,每个人脸属性分析都有额外的计算和时间成本。
Parameters:
Returns:
withReturnFaceId
public FacesDetectWithUrlDefinitionStages.WithExecute withReturnFaceId(Boolean returnFaceId)
一个值,该值指示操作是否应返回检测到的人脸的 faceIds。
Parameters:
Returns:
withReturnFaceLandmarks
public FacesDetectWithUrlDefinitionStages.WithExecute withReturnFaceLandmarks(Boolean returnFaceLandmarks)
一个值,该值指示操作是否应返回检测到的人脸的地标。
Parameters:
Returns: