EntityLabelObject interface
Definuje typ entity a pozici extrahované entity v příkladu.
Vlastnosti
| children | Identifikované entity v ukázkové promluvě. |
| end |
Index v promluvě, kde končí extrahovaná entita. |
| entity |
Typ entity. |
| role | Role, která entita hraje v promluvě. |
| start |
Index v promluvě, kde začíná extrahovaná entita. |
Podrobnosti vlastnosti
children
Identifikované entity v ukázkové promluvě.
children?: EntityLabelObject[]
Hodnota vlastnosti
endCharIndex
Index v promluvě, kde končí extrahovaná entita.
endCharIndex: number
Hodnota vlastnosti
number
entityName
Typ entity.
entityName: string
Hodnota vlastnosti
string
role
Role, která entita hraje v promluvě.
role?: string
Hodnota vlastnosti
string
startCharIndex
Index v promluvě, kde začíná extrahovaná entita.
startCharIndex: number
Hodnota vlastnosti
number