你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JSONModelFeature 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. JSONModelFeature
- com.
public class JSONModelFeature
导出的模型 - 短语列表模型功能。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Boolean |
activated()
获取激活的值。 |
Boolean |
enabledForAllModels()
获取 enabledForAllModels 值。 |
Boolean |
mode()
获取模式值。 |
String |
name()
获取名称值。 |
JSONModel |
withActivated(Boolean activated)
设置激活的值。 |
JSONModel |
withEnabledForAllModels(Boolean enabledForAllModels)
设置 enabledForAllModels 值。 |
JSONModel |
withMode(Boolean mode)
设置模式值。 |
JSONModel |
withName(String name)
设置名称值。 |
JSONModel |
withWords(String words)
设置单词值。 |
String |
words()
获取单词值。 |
方法详细信息
activated
public Boolean activated()
获取激活的值。
Returns:
enabledForAllModels
public Boolean enabledForAllModels()
获取 enabledForAllModels 值。
Returns:
mode
public Boolean mode()
获取模式值。
Returns:
name
public String name()
获取名称值。
Returns:
withActivated
public JSONModelFeature withActivated(Boolean activated)
设置激活的值。
Parameters:
Returns:
withEnabledForAllModels
public JSONModelFeature withEnabledForAllModels(Boolean enabledForAllModels)
设置 enabledForAllModels 值。
Parameters:
Returns:
withMode
public JSONModelFeature withMode(Boolean mode)
设置模式值。
Parameters:
Returns:
withName
public JSONModelFeature withName(String name)
设置名称值。
Parameters:
Returns:
withWords
public JSONModelFeature withWords(String words)
设置单词值。
Parameters:
Returns:
words
public String words()
获取单词值。
Returns: