你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PublishSettingUpdateObject interface
用于更新应用程序的发布设置的对象模型。
属性
sentiment |
将情绪分析设置为 true 将返回输入话语的情绪以及响应 |
speech | 将语音设置为公共可在应用中启用语音启动 |
spell |
将拼写检查器设置为公共可对输入言语进行拼写检查。 |
属性详细信息
sentimentAnalysis
将情绪分析设置为 true 将返回输入话语的情绪以及响应
sentimentAnalysis?: boolean
属性值
boolean
speech
将语音设置为公共可在应用中启用语音启动
speech?: boolean
属性值
boolean
spellChecker
将拼写检查器设置为公共可对输入言语进行拼写检查。
spellChecker?: boolean
属性值
boolean