InstanceData interface
Strongly typed information corresponding to a LUIS $instance
value.
Properties
end |
0-based index of the first character beyond the recognized entity. |
score | (Optional) Confidence in the recognition on a scale from 0.0 - 1.0. |
start |
0-based index in the analyzed text representing the start of the recognized entity |
text | Word broken and normalized text for the entity. |
Property Details
endIndex
0-based index of the first character beyond the recognized entity.
endIndex: number
Property Value
number
score
(Optional) Confidence in the recognition on a scale from 0.0 - 1.0.
score?: number
Property Value
number
startIndex
0-based index in the analyzed text representing the start of the recognized entity
startIndex: number
Property Value
number
text
Word broken and normalized text for the entity.
text: string
Property Value
string