你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JSONModelFeature Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. JSONModelFeature
- com.
public class JSONModelFeature
Exported Model - Phraselist Model Feature.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
activated()
Get the activated value. |
Boolean |
enabledForAllModels()
Get the enabledForAllModels value. |
Boolean |
mode()
Get the mode value. |
String |
name()
Get the name value. |
JSONModel |
withActivated(Boolean activated)
Set the activated value. |
JSONModel |
withEnabledForAllModels(Boolean enabledForAllModels)
Set the enabledForAllModels value. |
JSONModel |
withMode(Boolean mode)
Set the mode value. |
JSONModel |
withName(String name)
Set the name value. |
JSONModel |
withWords(String words)
Set the words value. |
String |
words()
Get the words value. |
Method Details
activated
public Boolean activated()
Get the activated value.
Returns:
enabledForAllModels
public Boolean enabledForAllModels()
Get the enabledForAllModels value.
Returns:
mode
public Boolean mode()
Get the mode value.
Returns:
name
public String name()
Get the name value.
Returns:
withActivated
public JSONModelFeature withActivated(Boolean activated)
Set the activated value.
Parameters:
Returns:
withEnabledForAllModels
public JSONModelFeature withEnabledForAllModels(Boolean enabledForAllModels)
Set the enabledForAllModels value.
Parameters:
Returns:
withMode
public JSONModelFeature withMode(Boolean mode)
Set the mode value.
Parameters:
Returns:
withName
public JSONModelFeature withName(String name)
Set the name value.
Parameters:
Returns:
withWords
public JSONModelFeature withWords(String words)
Set the words value.
Parameters:
Returns:
words
public String words()
Get the words value.
Returns: