ZennoLab Assemblies Documentation
CaptchaRecognition(String,String,String,Boolean,String) Method
ZennoLab.InterfacesLibrary.ZennoPoster Namespace > IInstanceManagerService Interface > CaptchaRecognition Method : CaptchaRecognition(String,String,String,Boolean,String) Method
The path to the library recognizers captchas
Captcha
Parameters
Async method
Answer confidence
Captcha recognition
Syntax
[OperationContract("CaptchaRecognitionWithConfidence")]
string CaptchaRecognition( 
   string dllName,
   string captcha,
   string parameters,
   bool asyncRecognize,
   out string confidence
)

Parameters

dllName
The path to the library recognizers captchas
captcha
Captcha
parameters
Parameters
asyncRecognize
Async method
confidence
Answer confidence

Return Value

Recognition result or id of async task
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IInstanceManagerService Interface
IInstanceManagerService Members
Overload List