Faces.FacesDetectWithUrlDefinitionStages.WithExecute Interface
public interface WithExecute extends Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions
The last stage of the definition which will make the operation call.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Detected |
execute()
Execute the request. |
Observable<List<Detected |
executeAsync()
Execute the request asynchronously. |
Inherited Members
Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions.withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)
Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions.withReturnFaceId(Boolean returnFaceId)
Faces.FacesDetectWithUrlDefinitionStages.WithAllOptions.withReturnFaceLandmarks(Boolean returnFaceLandmarks)
Method Details
execute
public List
Execute the request.
Returns:
the List<DetectedFace> object if successful.
executeAsync
public Observable> executeAsync()
Execute the request asynchronously.
Returns:
the observable to the List<DetectedFace> object
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java