Word interface
An object representing a recognized word.
Properties
bounding |
Bounding box of a recognized word. |
confidence | Qualitative confidence measure. Possible values include: 'High', 'Low' |
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. Possible values include: 'High', 'Low'
confidence?: TextRecognitionResultConfidenceClass
Property Value
text
The text content of the word.
text: string
Property Value
string