@interface PxTextResult : NSObject
The result of a text-recognition scan: the recognised text and the per-element attributes (pages, blocks, paragraphs, lines, words, symbols) behind it.
Instance Properties
| Name | Summary |
|---|
| languages | The languages found in the recognised text. |
| languagesWithLocales | The languages found in the recognised text, including locale parts (delimited by colons). |
| orientation | The orientation of the recognised text. |
| status | The scan status. See PxScanStatus. |
| text | The recognised text. |
Instance Methods
Relationships
Inherits From