ConversationEntity interface
The entity extraction result of a Conversation project.
Properties
| category | The entity category. |
| confidence | The entity confidence score. |
| extra |
The collection of entity extra information objects. |
| length | The length of the text. |
| offset | The starting index of this entity in the query. |
| resolutions | The collection of entity resolution objects. |
| text | The predicted entity text. |
Property Details
category
The entity category.
category: string
Property Value
string
confidence
The entity confidence score.
confidence: number
Property Value
number
extraInformation
The collection of entity extra information objects.
extraInformation?: BaseExtraInformationUnion[]
Property Value
length
The length of the text.
length: number
Property Value
number
offset
The starting index of this entity in the query.
offset: number
Property Value
number
resolutions
The collection of entity resolution objects.
resolutions?: BaseResolutionUnion[]
Property Value
text
The predicted entity text.
text: string
Property Value
string