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:
成功した場合は DetectedFace> オブジェクトを一覧表示<します。
executeAsync
public Observable> executeAsync()
要求を非同期的に実行します。
Returns:
List<DetectedFace> オブジェクトに対して監視可能な
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java