| Interface | Description |
|---|---|
| Engine.EngineSettings |
Extended settings of the
Engine. |
| IDataCaptureProfileBuilder |
The builder interface for a custom data capture profile .
|
| IDataCaptureProfileBuilder.IFieldBuilder |
The builder interface for a field
|
| IDataCaptureProfileBuilder.ISchemeBuilder |
The builder interface for a data capture scheme
|
| IDataCaptureProfileBuilder.Predicate<T> | |
| IDataCaptureService |
A data capture service interface.
|
| IDataCaptureService.Callback |
A callback interface to interact with the data capture service: input the data and obtain the results.
|
| IDataCaptureService.ExtendedSettings |
Extended service configuration settings.
|
| IRecognitionCoreAPI |
Provides access to low-level single image core API functions for current thread.
|
| IRecognitionCoreAPI.ProcessingSettings |
Basic settings applicable to most methods
|
| IRecognitionCoreAPI.TextRecognitionCallback |
Callback for text recognition methods.
|
| IRecognitionCoreAPI.TextRecognitionSettings |
Settings for text recognition.
|
| IRecognitionService |
A background recognition service interface.
|
| IRecognitionService.Callback |
A callback interface to interact with the recognition service: input the data and obtain the results.
|
| IRecognitionService.DebugLog |
A callback interface for collecting debug data.
|
| IRecognitionService.ExtendedSettings |
Extended service configuration settings.
|
| ITextCaptureService |
A text capture service interface.
|
| ITextCaptureService.Callback |
A callback interface to interact with the text capture service: input the data and obtain the results.
|
| ITextCaptureService.ExtendedSettings |
Extended service configuration settings.
|
| Class | Description |
|---|---|
| Engine |
ABBYY RTR SDK engine via which the other objects may be created.
|
| IDataCaptureService.CharInfo |
Extended information about the characters' formatting.
|
| IDataCaptureService.DataField |
A field of data; the location and additional information are also available.
|
| IDataCaptureService.DataScheme |
A data scheme reference.
|
| IDataCaptureService.TextLine |
A segment of recognized text
|
| IRecognitionCoreAPI.CharInfo |
Extended information about the characters' formatting.
|
| IRecognitionCoreAPI.TextBlock |
The
TextBlock is a collection of lines of recognized text. |
| IRecognitionCoreAPI.TextLine |
The
TextLine represents a recognized text line. |
| ITextCaptureService.CharInfo |
Extended information about the characters' formatting.
|
| ITextCaptureService.TextLine |
A line of recognized text; the location and additional information are also available.
|
| Enum | Description |
|---|---|
| IRecognitionCoreAPI.Warning |
Warnings
|
| IRecognitionService.ResultStabilityStatus |
Stability of the result.
|
| IRecognitionService.Warning |
A warning that occurred during processing.
|
| Language |
The language of the text.
|
| Exception | Description |
|---|---|
| Engine.LicenseException |
The exception to be thrown when invalid license is loaded.
|
| IDataCaptureProfileBuilder.ProfileCheckException |
The exception to be thrown when profile is not valid
|