public static string CaptchaRecognition( string dllName, string captcha, string parameters, bool asyncRecognize, out string confidence )
Parameters
- dllName
Type: System.String
The path to DLL library.
- captcha
Type: System.String
The captcha for recognition.
- parameters
Type: System.String
The recognition parameters.
- asyncRecognize
Type: System.Boolean
true if need async way to recognize; otherwise and default, false.
- confidence
Type: System.String
The result confidence.
Return Value
Type: System.String
The recognition result or id of async task.