| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class > CaptchaRecognition Method : CaptchaRecognition(String,String[],String,Boolean) Method |
Type: System.String
The path to DLL library.
Type: System.String[]
An array of captures an array of strings.
Type: System.String
The recognition parameters.
Type: System.Boolean
true if need async way to recognize; otherwise and default, false.
public static string CaptchaRecognition( string dllName, string[] captchas64Str, string parameters, bool asyncRecognize )
Type: System.String
The path to DLL library.
Type: System.String[]
An array of captures an array of strings.
Type: System.String
The recognition parameters.
Type: System.Boolean
true if need async way to recognize; otherwise and default, false.
Type: System.String
The recognition result or id of async task.
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
ZennoPoster Class
ZennoPoster Members
Overload List
CaptchaSpecialRecognition Method
WaitCaptchaRecognition Method