Word interface
An object representing a recognized word.
Properties
bounding |
Bounding box of a recognized word. |
confidence | Qualitative confidence measure. |
text | The text content of the word. |
Property Details
boundingBox
Bounding box of a recognized word.
boundingBox: number[]
Property Value
number[]
confidence
Qualitative confidence measure.
confidence: number
Property Value
number
text
The text content of the word.
text: string
Property Value
string