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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript