EntityLabelObject Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntityLabelObject
- com.
public class EntityLabelObject
Define o tipo de entidade e a posição da entidade extraída no exemplo.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Entity |
children()
Obtenha o valor filho. |
int |
endCharIndex()
Obtenha o valor endCharIndex. |
String |
entityName()
Obtenha o valor entityName. |
String |
role()
Obtenha o valor da função. |
int |
startCharIndex()
Obtenha o valor startCharIndex. |
Entity |
withChildren(List<EntityLabelObject> children)
Defina o valor filho. |
Entity |
withEndCharIndex(int endCharIndex)
Defina o valor endCharIndex. |
Entity |
withEntityName(String entityName)
Defina o valor entityName. |
Entity |
withRole(String role)
Defina o valor da função. |
Entity |
withStartCharIndex(int startCharIndex)
Defina o valor startCharIndex. |
Detalhes do método
children
public List
Obtenha o valor filho.
Returns:
endCharIndex
public int endCharIndex()
Obtenha o valor endCharIndex.
Returns:
entityName
public String entityName()
Obtenha o valor entityName.
Returns:
role
public String role()
Obtenha o valor da função.
Returns:
startCharIndex
public int startCharIndex()
Obtenha o valor startCharIndex.
Returns:
withChildren
public EntityLabelObject withChildren(List
Defina o valor filho.
Parameters:
Returns:
withEndCharIndex
public EntityLabelObject withEndCharIndex(int endCharIndex)
Defina o valor endCharIndex.
Parameters:
Returns:
withEntityName
public EntityLabelObject withEntityName(String entityName)
Defina o valor entityName.
Parameters:
Returns:
withRole
public EntityLabelObject withRole(String role)
Defina o valor da função.
Parameters:
Returns:
withStartCharIndex
public EntityLabelObject withStartCharIndex(int startCharIndex)
Defina o valor startCharIndex.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java