Kofax Mobile SDK API Reference
Instance Methods | List of all members
<kfxKOEIDExtractorDelegate> Protocol Reference

ID Extraction Protocol. More...

#import <kfxKOEIDExtractor.h>

Inheritance diagram for <kfxKOEIDExtractorDelegate>:

Instance Methods

(void) - extractionResult:frontError:backError:
 Extraction Results delegate method. More...
 

Detailed Description

ID Extraction Protocol.

The kfxKOEIDExtractorDelegate defines the protocol for the delegate ID Extractor calls during extraction.

Method Documentation

- (void) extractionResult: (KFXIDExtractionResult *)  result
frontError: (NSError *)  frontError
backError: (NSError *)  backError 
required

Extraction Results delegate method.

This method is called when the extraction is completed and provides the extraction results and errors. Front and back errors may contain an array of additional errors, accessible via userInfo key KFXAdditionalErrorsKey. E.g. NSArray* additionalFrontErrors = frontError.userInfo[KFXAdditionalErrorsKey];

The implementation of this method is required.

Parameters
result: a KFXIDExtractionResult object with extraction result data. Can be nil in case of some errors like invalid parameters.
frontError: a NSError object which represent front side extraction error. If there was no error or front side was not provided (but back side was) it will be nil.
backError: a NSError object which represent back side extraction error. If there was no error or back side was not provided (but front side was) it will be nil.
See also
KFXIDExtractionResult
kfxKOEIDExtractor

The documentation for this protocol was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.