IDataCaptureCoreAPI interface
Provides access to functionality of data capture scenario for a single image. Data fields will be detected and recognized on the captured image according to the date capture profile, representing a type of a document to be recognized, i.e. a business card. The profile defines a data schema, describing document fields. The profile schema is applied during the capture process. Profile name is passed to the CreateDataCaptureCoreAPI method at the IDataCaptureCoreAPI object creation.
interface IDataCaptureCoreAPI
Properties
| Name | Type | Description |
|---|---|---|
| Settings | DataCaptureSettings, read-only | Settings specific for data capture scenario. |
Methods
| Name | Description |
|---|---|
| RecognizeAsync | Extracts data from a still image. |
02.03.2022 12:59:15