setDebugLog method of the ITextCaptureService interface
Attaches a callback which collects image data for debugging and tuning the ABBYY Mobile Capture SDK library. The callback and its methods should be implemented on the client side.
void setDebugLog( DebugLog debugLog );
Parameters
- debugLog
- An object implementing the DebugLog interface, which will be used to process the debug data.
3/2/2022 12:59:15 PM