createImageCaptureServiceWithDelegate: method of the RTREngine class

Creates a background recognition service to run in image capture mode. Only one instance of the service is necessary per application: multiple threads for processing will be started internally.

Before a call to this method, implement the RTRImageCaptureServiceDelegate protocol to work with processing results and handle errors and warnings.

- (id<RTRImageCaptureService>)createImageCaptureServiceWithDelegate:(id<RTRImageCaptureServiceDelegate>)delegate;
- (id<RTRImageCaptureService>)createImageCaptureServiceWithDelegate:(id<RTRImageCaptureServiceDelegate>)delegate
          settings:(RTRExtendedSettings*)settings;

Parameters

delegate
The delegate object that implements the RTRImageCaptureServiceDelegate protocol for interacting with the service.
settings
[optional] The extended service configuration settings represented by an RTRExtendedSettings object.

Return values

The method returns an instance implementing the RTRImageCaptureService protocol.

02.03.2022 12:59:15

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.