你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DetectWithUrlOptionalParameter 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. DetectWithUrlOptionalParameter
- com.
public class DetectWithUrlOptionalParameter
DetectWithUrlOptionalParameter 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
List<Face |
returnFaceAttributes()
获取 returnFaceAttributes 值。 |
Boolean |
returnFaceId()
获取 returnFaceId 值。 |
Boolean |
returnFaceLandmarks()
获取 returnFaceLandmarks 值。 |
String |
thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。 |
Detect |
withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)
设置 returnFaceAttributes 值。 |
Detect |
withReturnFaceId(Boolean returnFaceId)
设置 returnFaceId 值。 |
Detect |
withReturnFaceLandmarks(Boolean returnFaceLandmarks)
设置 returnFaceLandmarks 值。 |
Detect |
withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。 |
方法详细信息
returnFaceAttributes
public List
获取 returnFaceAttributes 值。
Returns:
returnFaceId
public Boolean returnFaceId()
获取 returnFaceId 值。
Returns:
returnFaceLandmarks
public Boolean returnFaceLandmarks()
获取 returnFaceLandmarks 值。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。
Returns:
withReturnFaceAttributes
public DetectWithUrlOptionalParameter withReturnFaceAttributes(List
设置 returnFaceAttributes 值。
Parameters:
Returns:
withReturnFaceId
public DetectWithUrlOptionalParameter withReturnFaceId(Boolean returnFaceId)
设置 returnFaceId 值。
Parameters:
Returns:
withReturnFaceLandmarks
public DetectWithUrlOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)
设置 returnFaceLandmarks 值。
Parameters:
Returns:
withThisclientacceptLanguage
public DetectWithUrlOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。
Parameters:
Returns: