PublishSettingUpdateObject クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PublishSettingUpdateObject
- com.
public class PublishSettingUpdateObject
アプリケーションの発行設定を更新するためのオブジェクト モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
boolean |
sentimentAnalysis()
sentimentAnalysis 値を取得します。 |
boolean |
speech()
音声値を取得します。 |
boolean |
spellChecker()
spellChecker 値を取得します。 |
Publish |
withSentimentAnalysis(boolean sentimentAnalysis)
sentimentAnalysis 値を設定します。 |
Publish |
withSpeech(boolean speech)
音声値を設定します。 |
Publish |
withSpellChecker(boolean spellChecker)
spellChecker 値を設定します。 |
メソッドの詳細
sentimentAnalysis
public boolean sentimentAnalysis()
sentimentAnalysis 値を取得します。
Returns:
speech
public boolean speech()
音声値を取得します。
Returns:
spellChecker
public boolean spellChecker()
spellChecker 値を取得します。
Returns:
withSentimentAnalysis
public PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)
sentimentAnalysis 値を設定します。
Parameters:
Returns:
withSpeech
public PublishSettingUpdateObject withSpeech(boolean speech)
音声値を設定します。
Parameters:
Returns:
withSpellChecker
public PublishSettingUpdateObject withSpellChecker(boolean spellChecker)
spellChecker 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java