JSONEntity interface

Exported Model - Extracted Entity from utterance.

Properties

children
endPos

The index within the utterance where the extracted entity ends.

entity

The entity name.

role

The role the entity plays in the utterance.

startPos

The index within the utterance where the extracted entity starts.

Property Details

children

children?: JSONEntity[]

Property Value

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