Содержание

ReportBadCaptcha

Sends report of incorrectly unraveled captcha in recognition service in accordance with APIAntiGate.

Syntax

function ReportBadCaptcha(aAddress: string; aKey: string; aCaptchaID: integer): string;

Parameters

Returned value

Notes

Examples

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