ZennoLab Assemblies Documentation
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.

Recognizes the captcha through the specified DLL library.
Syntax
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.

Example
The following code example demonstrates uses of the CaptchaRecognition method.
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

ZennoPoster Class
ZennoPoster Members
Overload List
CaptchaSpecialRecognition Method
WaitCaptchaRecognition Method

Send Feedback