你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: