RegexEntity Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. RegexEntity
- com.
public class RegexEntity
Extrator de entidade de expressão regular.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
name()
Obtenha o valor do nome. |
String |
regexPattern()
Obtenha o valor regexPattern. |
List<String> |
roles()
Obter o valor das funções. |
Regex |
withName(String name)
Defina o valor do nome. |
Regex |
withRegexPattern(String regexPattern)
Defina o valor regexPattern. |
Regex |
withRoles(List<String> roles)
Defina o valor das funções. |
Detalhes do método
name
public String name()
Obtenha o valor do nome.
Returns:
regexPattern
public String regexPattern()
Obtenha o valor regexPattern.
Returns:
roles
public List
Obter o valor das funções.
Returns:
withName
public RegexEntity withName(String name)
Defina o valor do nome.
Parameters:
Returns:
withRegexPattern
public RegexEntity withRegexPattern(String regexPattern)
Defina o valor regexPattern.
Parameters:
Returns:
withRoles
public RegexEntity withRoles(List
Defina o valor das funções.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java