EntityLabelObject interface

Definuje typ a pozici extrahované entity v příkladu.

Vlastnosti

children

Identifikované entity v ukázkové promluvě.

endCharIndex

Index v promluvě, kde končí extrahovaná entita.

entityName

Typ entity.

role

Role, která entita hraje v promluvě.

startCharIndex

Index v promluvě, kde extrahovaná entita začíná.

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 extrahovaná entita začíná.

startCharIndex: number

Hodnota vlastnosti

number