Faces.FacesDetectWithStreamDefinitionStages.WithExecute Interface
public interface WithExecute extends Faces.FacesDetectWithStreamDefinitionStages.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.FacesDetectWithStreamDefinitionStages.WithAllOptions.withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)
Faces.FacesDetectWithStreamDefinitionStages.WithAllOptions.withReturnFaceId(Boolean returnFaceId)
Faces.FacesDetectWithStreamDefinitionStages.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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java