次の方法で共有


ComputerVision.ComputerVisionAnalyzeImageByDomainDefinitionStages.WithExecute インターフェイス

public interface WithExecute extends ComputerVision.ComputerVisionAnalyzeImageByDomainDefinitionStages.WithAllOptions

操作呼び出しを行う定義の最後のステージ。

メソッドの概要

修飾子と型 メソッドと説明
DomainModelResults execute()

要求を実行します。

Observable<DomainModelResults> executeAsync()

要求を非同期的に実行します。

継承メンバー

メソッドの詳細

execute

public DomainModelResults execute()

要求を実行します。

Returns:

成功した場合は DomainModelResults オブジェクト。

executeAsync

public Observable executeAsync()

要求を非同期的に実行します。

Returns:

DomainModelResults オブジェクトに対する監視可能な

適用対象