次の方法で共有


PublishSettingUpdateObject クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.PublishSettingUpdateObject

public class PublishSettingUpdateObject

アプリケーションの発行設定を更新するためのオブジェクト モデル。

メソッドの概要

修飾子と型 メソッドと説明
boolean sentimentAnalysis()

sentimentAnalysis 値を取得します。

boolean speech()

音声値を取得します。

boolean spellChecker()

spellChecker 値を取得します。

PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)

sentimentAnalysis 値を設定します。

PublishSettingUpdateObject withSpeech(boolean speech)

音声値を設定します。

PublishSettingUpdateObject withSpellChecker(boolean spellChecker)

spellChecker 値を設定します。

メソッドの詳細

sentimentAnalysis

public boolean sentimentAnalysis()

sentimentAnalysis 値を取得します。

Returns:

sentimentAnalysis 値

speech

public boolean speech()

音声値を取得します。

Returns:

音声値

spellChecker

public boolean spellChecker()

spellChecker 値を取得します。

Returns:

spellChecker 値

withSentimentAnalysis

public PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)

sentimentAnalysis 値を設定します。

Parameters:

sentimentAnalysis - 設定する sentimentAnalysis 値

Returns:

PublishSettingUpdateObject オブジェクト自体。

withSpeech

public PublishSettingUpdateObject withSpeech(boolean speech)

音声値を設定します。

Parameters:

speech - 設定する音声値

Returns:

PublishSettingUpdateObject オブジェクト自体。

withSpellChecker

public PublishSettingUpdateObject withSpellChecker(boolean spellChecker)

spellChecker 値を設定します。

Parameters:

spellChecker - 設定する spellChecker 値

Returns:

PublishSettingUpdateObject オブジェクト自体。

適用対象