public static string CaptchaRecognition( string dllName, string[] captchas64Str, string parameters, bool asyncRecognize )
Parameters
- dllName
Type: System.String
The path to DLL library.
- captchas64Str
Type: System.String[]
An array of captures an array of strings.
- parameters
Type: System.String
The recognition parameters.
- asyncRecognize
Type: System.Boolean
true if need async way to recognize; otherwise and default, false.
Return Value
Type: System.String
The recognition result or id of async task.