JSONEntity Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. JSONEntity
- com.
public class JSONEntity
Modelo Exportado – Entidade Extraída do enunciado.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<JSONEntity> |
children()
Obtenha o valor filho. |
int |
endPos()
Obtenha o valor endPos. |
String |
entity()
Obter o valor da entidade. |
String |
role()
Obter o valor da função. |
int |
startPos()
Obtenha o valor startPos. |
JSONEntity |
withChildren(List<JSONEntity> children)
Defina o valor filho. |
JSONEntity |
withEndPos(int endPos)
Defina o valor endPos. |
JSONEntity |
withEntity(String entity)
Defina o valor da entidade. |
JSONEntity |
withRole(String role)
Defina o valor da função. |
JSONEntity |
withStartPos(int startPos)
Defina o valor startPos. |
Detalhes do método
children
public List
Obtenha o valor filho.
Returns:
endPos
public int endPos()
Obtenha o valor endPos.
Returns:
entity
public String entity()
Obter o valor da entidade.
Returns:
role
public String role()
Obter o valor da função.
Returns:
startPos
public int startPos()
Obtenha o valor startPos.
Returns:
withChildren
public JSONEntity withChildren(List
Defina o valor filho.
Parameters:
Returns:
withEndPos
public JSONEntity withEndPos(int endPos)
Defina o valor endPos.
Parameters:
Returns:
withEntity
public JSONEntity withEntity(String entity)
Defina o valor da entidade.
Parameters:
Returns:
withRole
public JSONEntity withRole(String role)
Defina o valor da função.
Parameters:
Returns:
withStartPos
public JSONEntity withStartPos(int startPos)
Defina o valor startPos.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java