ModelResult interface
Represents the result of a model recognition process.
Properties
| end | The end index of the match in the input text. |
| resolution | The resolution containing additional details about the match. |
| start | The start index of the match in the input text. |
| text | The text that was matched. |
| type |
The type of the recognized model result. |
Property Details
end
The end index of the match in the input text.
end: number
Property Value
number
resolution
The resolution containing additional details about the match.
resolution: T
Property Value
T
start
The start index of the match in the input text.
start: number
Property Value
number
text
The text that was matched.
text: string
Property Value
string
typeName
The type of the recognized model result.
typeName: string
Property Value
string