PxTextResult Class

@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

NameSummary
languagesThe languages found in the recognised text.
languagesWithLocalesThe languages found in the recognised text, including locale parts (delimited by colons).
orientationThe orientation of the recognised text.
statusThe scan status. See PxScanStatus.
textThe recognised text.

Instance Methods

NameSummary
getAttributeIdsReturns the IDs of every attribute in the result.
getAttributeIdsOfLevel:Returns the IDs of the attributes at the given level.
getChildAttributeIds:Returns the IDs of the child attributes of the given owner.
objectAtIndexedSubscript:Subscript accessor that returns the PxTextAttribute with the given ID, or nil if there is none.

Relationships

Inherits From

  • NSObject
Top