ICommonCaptchaModuleInterface
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.CaptchaRecognition.ICommonCaptchaModuleInterface
Kind: interface
Interface for captcha recognition module
Methods
RecognizeCaptcha
Method
string RecognizeCaptcha(Bitmap bmp, Guid taskId)
recognize bitmap without parameters
Parameters
| Type | Name | Description |
|---|---|---|
Bitmap | bmp | image |
Guid | taskId | task id fo ZennoPoster |
Returns: recognition result
RecognizeCaptcha
Method
string RecognizeCaptcha(Bitmap bmp, object parameters, Guid taskId)
recognize bitmap
Parameters
| Type | Name | Description |
|---|---|---|
Bitmap | bmp | image |
object | parameters | parameters |
Guid | taskId | task id fo ZennoPoster |
Returns: recognition result
RecognizeCaptcha
Method
string RecognizeCaptcha(Byte[] bitmapBytes, object parameters, Guid taskId)
recognize bitmap
Parameters
| Type | Name | Description |
|---|---|---|
Byte[] | bitmapBytes | image bytes |
object | parameters | parameters |
Guid | taskId | task id fo ZennoPoster |
Returns: recognition result
RecognizeCaptchaWithConfidence
Method
String[] RecognizeCaptchaWithConfidence(Bitmap bmp, Guid taskId)
recognize bitmap without parameters
Parameters
| Type | Name | Description |
|---|---|---|
Bitmap | bmp | image |
Guid | taskId | task id fo ZennoPoster |
Returns: string array where the first element is recognition result, the second is result confidence
RecognizeCaptchaWithConfidence
Method
String[] RecognizeCaptchaWithConfidence(Bitmap bmp, object parameters, Guid taskId)
recognize bitmap
Parameters
| Type | Name | Description |
|---|---|---|
Bitmap | bmp | image |
object | parameters | parameters |
Guid | taskId | task id fo ZennoPoster |
Returns: string array where the first element is recognition result, the second is result confidence
RecognizeCaptchaWithConfidence
Method
String[] RecognizeCaptchaWithConfidence(Byte[] bitmapBytes, object parameters, Guid taskId)
recognize bitmap
Parameters
| Type | Name | Description |
|---|---|---|
Byte[] | bitmapBytes | image bytes |
object | parameters | parameters |
Guid | taskId | task id fo ZennoPoster |
Returns: string array where the first element is recognition result, the second is result confidence
GetBalance
Method
string GetBalance()
get balance
Returns: balance