JSONEntity Klasse
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. JSONEntity
- com.
public class JSONEntity
Exportiertes Modell: Extrahierte Entität aus äußerung.
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
List<JSONEntity> |
children()
Rufen Sie den untergeordneten Wert ab. |
int |
endPos()
Rufen Sie den endPos-Wert ab. |
String |
entity()
Rufen Sie den Entitätswert ab. |
String |
role()
Rufen Sie den Rollenwert ab. |
int |
startPos()
Rufen Sie den wert startPos ab. |
JSONEntity |
withChildren(List<JSONEntity> children)
Legen Sie den untergeordneten Wert fest. |
JSONEntity |
withEndPos(int endPos)
Legen Sie den wert endPos fest. |
JSONEntity |
withEntity(String entity)
Legen Sie den Entitätswert fest. |
JSONEntity |
withRole(String role)
Legen Sie den Rollenwert fest. |
JSONEntity |
withStartPos(int startPos)
Legen Sie den wert startPos fest. |
Details zur Methode
children
public List
Rufen Sie den untergeordneten Wert ab.
Returns:
endPos
public int endPos()
Rufen Sie den endPos-Wert ab.
Returns:
entity
public String entity()
Rufen Sie den Entitätswert ab.
Returns:
role
public String role()
Rufen Sie den Rollenwert ab.
Returns:
startPos
public int startPos()
Rufen Sie den wert startPos ab.
Returns:
withChildren
public JSONEntity withChildren(List
Legen Sie den untergeordneten Wert fest.
Parameters:
Returns:
withEndPos
public JSONEntity withEndPos(int endPos)
Legen Sie den wert endPos fest.
Parameters:
Returns:
withEntity
public JSONEntity withEntity(String entity)
Legen Sie den Entitätswert fest.
Parameters:
Returns:
withRole
public JSONEntity withRole(String role)
Legen Sie den Rollenwert fest.
Parameters:
Returns:
withStartPos
public JSONEntity withStartPos(int startPos)
Legen Sie den wert startPos fest.
Parameters:
Returns:
Gilt für:
Azure SDK for Java