SDK Response
The response of the SDK will return in the following delegate
It will return an enum result of type VIDVOCRResponse
VIDVOCRResponse
Cases
VIDVOCRResponse
CasesSuccess
: Process finished successfully
CapturedImages
: Images captured are returned in real-time
Note: For theCapturedImages
instance, images are not processed yet
UserExit
: Process terminated by the user with no errors
ServiceFailure
: Process finished with the user's failure to pass the service requirements
BuilderError
: Process terminated due to an error in the builder
Example
Primary Response Object
VIDVOCRResult
Note: This is the first-level object that contains all the second-level objects
Object Body
sessionID
<string>
The raw response in hmacDataList
should be mapped to the result object as per the HMAC Validation Documentation
SDK Event Logs Response
Note: If the associated delegate is confirmed, event logs will be received through the two objects below
Instance Responses
Success
VIDVOCRResult
<object>
CapturedImages
UserExit
VIDVOCRResult
<object>step
<string>
Note: step <string> identifies the point where the user chose to exit the SDK
ServiceFailure
VIDVOCRResult
<object>code
<string>message
<string>
BuilderError
code
<string>message
<string>
Last updated