你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatternAny Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PatternAny
- com.
public class PatternAny
Pattern.Any Entity Extractor.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
explicitList()
Get the explicitList value. |
String |
name()
Get the name value. |
List<String> |
roles()
Get the roles value. |
Pattern |
withExplicitList(List<String> explicitList)
Set the explicitList value. |
Pattern |
withName(String name)
Set the name value. |
Pattern |
withRoles(List<String> roles)
Set the roles value. |
Method Details
explicitList
public List
Get the explicitList value.
Returns:
name
public String name()
Get the name value.
Returns:
roles
public List
Get the roles value.
Returns:
withExplicitList
public PatternAny withExplicitList(List
Set the explicitList value.
Parameters:
Returns:
withName
public PatternAny withName(String name)
Set the name value.
Parameters:
Returns:
withRoles
public PatternAny withRoles(List
Set the roles value.
Parameters:
Returns: