public interface IDataCaptureService extends IRecognitionService, DataCapture
Modifier and Type | Interface and Description |
---|---|
static interface |
IDataCaptureService.Callback
A callback interface to interact with the data capture service: input the data and obtain the results.
|
static class |
IDataCaptureService.DataField
A field of data; the location and additional information are also available.
|
static interface |
IDataCaptureService.ExtendedSettings
Extended service configuration settings.
|
IRecognitionService.DebugLog, IRecognitionService.ResultStabilityStatus, IRecognitionService.Warning
DataCapture.DataFieldInfo, DataCapture.DataScheme
Modifier and Type | Method and Description |
---|---|
IDataCaptureProfileBuilder |
configureDataCaptureProfile()
Configure custom data capture profile.
|
IDataCaptureService.ExtendedSettings |
getExtendedSettings()
Extended service configuration settings.
|
setAreaOfInterest, setDebugLog, start, stop, submitFrame, submitRequestedFrame
IDataCaptureService.ExtendedSettings getExtendedSettings()
getExtendedSettings
in interface IRecognitionService
IDataCaptureProfileBuilder configureDataCaptureProfile()