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
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
Object Body
sessionID
<string>
SDK Event Logs Response
Instance Responses
Success
VIDVOCRResult
<object>
CapturedImages
UserExit
VIDVOCRResult
<object>step
<string>
ServiceFailure
VIDVOCRResult
<object>code
<string>message
<string>
BuilderError
code
<string>message
<string>
Last updated