你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PhraselistCreateObject 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PhraselistCreateObject
- com.
public class PhraselistCreateObject
用于创建短语列表模型的对象模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Boolean |
enabledForAllModels()
获取 enabledForAllModels 值。 |
Boolean |
isExchangeable()
获取 isExchangeable 值。 |
String |
name()
获取名称值。 |
String |
phrases()
获取短语值。 |
Phraselist |
withEnabledForAllModels(Boolean enabledForAllModels)
设置 enabledForAllModels 值。 |
Phraselist |
withIsExchangeable(Boolean isExchangeable)
设置 isExchangeable 值。 |
Phraselist |
withName(String name)
设置名称值。 |
Phraselist |
withPhrases(String phrases)
设置短语值。 |
方法详细信息
enabledForAllModels
public Boolean enabledForAllModels()
获取 enabledForAllModels 值。
Returns:
isExchangeable
public Boolean isExchangeable()
获取 isExchangeable 值。
Returns:
name
public String name()
获取名称值。
Returns:
phrases
public String phrases()
获取短语值。
Returns:
withEnabledForAllModels
public PhraselistCreateObject withEnabledForAllModels(Boolean enabledForAllModels)
设置 enabledForAllModels 值。
Parameters:
Returns:
withIsExchangeable
public PhraselistCreateObject withIsExchangeable(Boolean isExchangeable)
设置 isExchangeable 值。
Parameters:
Returns:
withName
public PhraselistCreateObject withName(String name)
设置名称值。
Parameters:
Returns:
withPhrases
public PhraselistCreateObject withPhrases(String phrases)
设置短语值。
Parameters:
Returns: