TTMSFNCWXOCRWord Class
Represents a single recognized word, including its text, the confidence of the recognition, and its location within the source image.
API unit family: TMSFNCWXOCR
Inherits from: TPersistent
Syntax
TTMSFNCWXOCRWord = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Bbox | Holds the bounding box that locates this word within the source image. |
| Confidence | Indicates how confident the recognizer is about this word, as a percentage value where higher numbers mean greater certainty. |
| Text | Holds the recognized text of the word. |