ExternalEntity interface
Defines a user predicted entity that extends an already existing one.
Properties
entity |
The length of the predicted entity. |
entity |
The name of the entity to extend. |
resolution | A user supplied custom resolution to return as the entity's prediction. |
score | A user supplied score to return as the entity's prediction score. |
start |
The start character index of the predicted entity. |
Property Details
entityLength
The length of the predicted entity.
entityLength: number
Property Value
number
entityName
The name of the entity to extend.
entityName: string
Property Value
string
resolution
A user supplied custom resolution to return as the entity's prediction.
resolution?: any
Property Value
any
score
A user supplied score to return as the entity's prediction score.
score?: number
Property Value
number
startIndex
The start character index of the predicted entity.
startIndex: number
Property Value
number