ReportBadCaptchaAG

Sends report of incorrectly unraveled captcha in recognition service AntiGate.

Syntax

function ReportBadCaptchaAG(aKey: string; aCaptchaID: integer): string;

Parameters

  • aKey
    • type: string
    • functions: API key of service
  • aCaptchaID
    • type: integer
    • functions: captcha ID

Returned value

  • type: string
  • functions: text of service response

Notes

Examples

  1. //{$MODE PASCAL}
    var response := ReportBadCaptchaAG('MyKey', 1000);
    Log(response);