你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Faces.FacesDetectWithUrlDefinitionStages.WithExecute 接口
public interface WithExecute extends Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions
将进行操作调用的定义的最后一个阶段。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
List<Detected |
execute()
执行请求。 |
Observable<List<Detected |
executeAsync()
异步执行请求。 |
继承成员
Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions.withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)
Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions.withReturnFaceId(Boolean returnFaceId)
Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions.withReturnFaceLandmarks(Boolean returnFaceLandmarks)
方法详细信息
execute
public List
执行请求。
Returns:
如果成功,则为 List<DetectedFace> 对象。
executeAsync
public Observable> executeAsync()
异步执行请求。
Returns:
可观测到 List<DetectedFace> 对象的