JSONEntity interface
Exported Model - Extracted Entity from utterance.
Properties
children | |
end |
The index within the utterance where the extracted entity ends. |
entity | The entity name. |
role | The role the entity plays in the utterance. |
start |
The index within the utterance where the extracted entity starts. |
Property Details
children
endPos
The index within the utterance where the extracted entity ends.
endPos: number
Property Value
number
entity
The entity name.
entity: string
Property Value
string
role
The role the entity plays in the utterance.
role?: string
Property Value
string
startPos
The index within the utterance where the extracted entity starts.
startPos: number
Property Value
number