setDebugLog method of the IRecognitionService interface
Attaches a callback which collects image data for debugging and tuning the ABBYY Real-Time Recognition 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.