次の方法で共有


DetectImageWithNoStoreOptionalParameter クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.DetectImageWithNoStoreOptionalParameter

public class DetectImageWithNoStoreOptionalParameter

DetectImageWithNoStoreOptionalParameter モデル。

メソッドの概要

修飾子と型 メソッドと説明
String application()

アプリケーション値を取得します。

String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

DetectImageWithNoStoreOptionalParameter withApplication(String application)

アプリケーションの値を設定します。

DetectImageWithNoStoreOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

メソッドの詳細

application

public String application()

アプリケーション値を取得します。

Returns:

アプリケーション値

thisclientacceptLanguage

public String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

Returns:

thisclientacceptLanguage 値

withApplication

public DetectImageWithNoStoreOptionalParameter withApplication(String application)

アプリケーションの値を設定します。

Parameters:

application - 設定するアプリケーション値

Returns:

DetectImageWithNoStoreOptionalParameter オブジェクト自体。

withThisclientacceptLanguage

public DetectImageWithNoStoreOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

Parameters:

thisclientacceptLanguage - 設定する thisclientacceptLanguage 値

Returns:

DetectImageWithNoStoreOptionalParameter オブジェクト自体。

適用対象