| Class | Description |
| BitDepthException |
This exception is thrown if an invalid bitmap is detected.
|
| CharacterResult |
The CharacterResult object is derived from the Result class.
It represents the recognition results for a single character.
Multiple character results will be found in a TextLineResult.
|
| CharacterSet |
The CharacterSet object is used to define the valid set of characters for recognition.
|
| EmptyDataValidationListException |
An exception object that this component will throw when AnalyzeField is called with FieldType set to DataValidationList and DataValidationList has zero entries.
|
| ImageNotAvailableException |
An exception object that this component will throw whenever there is no image available
for an operation that requires one.
|
| InternalException |
An exception object that this component will throw whenever an unhandled exception
is encountered.
|
| InvalidAreaException |
An exception object that this component will throw whenever an invalid area is used in
text recognition.
|
| InvalidFieldTypeException |
An exception object that this component will throw if the FieldType propety is set to an invalid value.
|
| InvalidLicenseException |
This exception is thrown if an invalid license is detected.
|
| InvalidRegularExpressionException |
An exception object that this component will throw if the input regular expression is syntactically incorrect or unsupported.
|
| InvalidStateException |
This exception is thrown if an invalid internal state encountered.
|
| Licensing |
Provides methods for setting the license information for the component.
|
| LoadingDataFilesException |
An exception object that this component will throw whenever the component is unable
to load the data files
|
| OutOfMemoryException |
This exception is thrown if unable to allocate memory.
|
| Reader |
The Reader object is used for the recognition of text.
|
| Result |
The Result object is the base class for all the result objects.
|
| Segmentation |
The Segmentation object is used to set segmentation parameters for recognition.
|
| SmartZoneException |
Summary description for SmartZoneExceptions.
|
| SmartZoneOCR |
The main object for the SmartZoneOCR toolkit
|
| SmartZoneOCRException |
Summary description for SmartZoneOCRExceptions.
|
| TextBlockResult |
Summary description for RegionResult.
|
| TextLineResult |
The TextLineResult object is used to return the recognition results
for a single text line. Multiple text lines can be contained in a
TextBlockResult.
|
| TimeoutErrorException |
This exception is not used.
|
| UnsupportedClassifierException |
An exception object that this component will throw when the component is trying to read a stream produced by an earlier version of SmartZone that has the Classifier type set to "ICR".
|