407 lines
21 KiB
HTML
407 lines
21 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" data-content_root="./">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Index — python3-anticaptcha (2.0.2a)</title>
|
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=bb251e69" />
|
|
<link rel="stylesheet" type="text/css" href="_static/jinja.css?v=85659ec6" />
|
|
<link rel="stylesheet" type="text/css" href="_static/autodoc_pydantic.css" />
|
|
<script src="_static/documentation_options.js?v=5929fcd5"></script>
|
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
|
<link rel="icon" href="_static/favicon.png"/>
|
|
<link rel="index" title="Index" href="#" />
|
|
<link rel="search" title="Search" href="search.html" />
|
|
</head><body>
|
|
<div class="related" role="navigation" aria-label="Related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="#" title="General Index"
|
|
accesskey="I">index</a></li>
|
|
<li class="nav-item nav-item-0"><a href="index.html">python3-anticaptcha (2.0.2a)</a> »</li>
|
|
<li class="nav-item nav-item-this"><a href="">Index</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body" role="main">
|
|
|
|
|
|
<h1 id="index">Index</h1>
|
|
|
|
<div class="genindex-jumpbox">
|
|
<a href="#_"><strong>_</strong></a>
|
|
| <a href="#A"><strong>A</strong></a>
|
|
| <a href="#B"><strong>B</strong></a>
|
|
| <a href="#C"><strong>C</strong></a>
|
|
| <a href="#E"><strong>E</strong></a>
|
|
| <a href="#F"><strong>F</strong></a>
|
|
| <a href="#G"><strong>G</strong></a>
|
|
| <a href="#H"><strong>H</strong></a>
|
|
| <a href="#I"><strong>I</strong></a>
|
|
| <a href="#L"><strong>L</strong></a>
|
|
| <a href="#M"><strong>M</strong></a>
|
|
| <a href="#P"><strong>P</strong></a>
|
|
| <a href="#R"><strong>R</strong></a>
|
|
| <a href="#S"><strong>S</strong></a>
|
|
| <a href="#T"><strong>T</strong></a>
|
|
|
|
</div>
|
|
<h2 id="_">_</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.__init__">__init__() (python3_anticaptcha.control.Control method)</a>
|
|
|
|
<ul>
|
|
<li><a href="modules/image/example.html#python3_anticaptcha.image_captcha.ImageToTextCaptcha.__init__">(python3_anticaptcha.image_captcha.ImageToTextCaptcha method)</a>
|
|
</li>
|
|
<li><a href="modules/turnstile/example.html#python3_anticaptcha.turnstile.Turnstile.__init__">(python3_anticaptcha.turnstile.Turnstile method)</a>
|
|
</li>
|
|
</ul></li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="A">A</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/image/example.html#python3_anticaptcha.image_captcha.ImageToTextCaptcha.aio_captcha_handler">aio_captcha_handler() (python3_anticaptcha.image_captcha.ImageToTextCaptcha method)</a>
|
|
|
|
<ul>
|
|
<li><a href="modules/turnstile/example.html#python3_anticaptcha.turnstile.Turnstile.aio_captcha_handler">(python3_anticaptcha.turnstile.Turnstile method)</a>
|
|
</li>
|
|
</ul></li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.aio_get_app_stats">aio_get_app_stats() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.aio_get_balance">aio_get_balance() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.aio_get_queue_status">aio_get_queue_status() (python3_anticaptcha.control.Control static method)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.aio_get_spending_stats">aio_get_spending_stats() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.aio_report_correct_recaptcha">aio_report_correct_recaptcha() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.aio_report_incorrect_hcaptcha">aio_report_incorrect_hcaptcha() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.aio_report_incorrect_image">aio_report_incorrect_image() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.aio_report_incorrect_recaptcha">aio_report_incorrect_recaptcha() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.AntiGateTask">AntiGateTask (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="B">B</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/serializer/info.html#core.serializer.BaseAPIRequestSer">BaseAPIRequestSer (class in core.serializer)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/serializer/info.html#core.serializer.BaseAPIResponseSer">BaseAPIResponseSer (class in core.serializer)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="C">C</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/image/example.html#python3_anticaptcha.image_captcha.ImageToTextCaptcha.captcha_handler">captcha_handler() (python3_anticaptcha.image_captcha.ImageToTextCaptcha method)</a>
|
|
|
|
<ul>
|
|
<li><a href="modules/turnstile/example.html#python3_anticaptcha.turnstile.Turnstile.captcha_handler">(python3_anticaptcha.turnstile.Turnstile method)</a>
|
|
</li>
|
|
</ul></li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm">CaptchaTypeEnm (class in core.enum)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.BaseAPIRequestSer.clientKey">clientKey (core.serializer.BaseAPIRequestSer attribute)</a>
|
|
|
|
<ul>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultRequestSer.clientKey">(core.serializer.GetTaskResultRequestSer attribute)</a>
|
|
</li>
|
|
</ul></li>
|
|
<li><a href="modules/enum/info.html#core.enum.SaveFormatsEnm.CONST">CONST (core.enum.SaveFormatsEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control">Control (class in python3_anticaptcha.control)</a>
|
|
|
|
<ul>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.Control">(core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
</ul></li>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm">ControlPostfixEnm (class in core.enum)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer.cost">cost (core.serializer.GetTaskResultResponseSer attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.EndpointPostfixEnm.CREATE_TASK">CREATE_TASK (core.enum.EndpointPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.CreateTaskResponseSer">CreateTaskResponseSer (class in core.serializer)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer.createTime">createTime (core.serializer.GetTaskResultResponseSer attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="E">E</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.EndpointPostfixEnm">EndpointPostfixEnm (class in core.enum)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer.endTime">endTime (core.serializer.GetTaskResultResponseSer attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/serializer/info.html#core.serializer.BaseAPIResponseSer.errorCode">errorCode (core.serializer.BaseAPIResponseSer attribute)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.BaseAPIResponseSer.errorDescription">errorDescription (core.serializer.BaseAPIResponseSer attribute)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.BaseAPIResponseSer.errorId">errorId (core.serializer.BaseAPIResponseSer attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="F">F</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.FunCaptchaTask">FunCaptchaTask (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.FunCaptchaTaskProxyless">FunCaptchaTaskProxyless (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="G">G</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.GeeTestTask">GeeTestTask (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.GeeTestTaskProxyless">GeeTestTaskProxyless (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm.GET_APP_STATS">GET_APP_STATS (core.enum.ControlPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.get_app_stats">get_app_stats() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm.GET_BALANCE">GET_BALANCE (core.enum.ControlPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.get_balance">get_balance() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm.GET_QUEUE_STATS">GET_QUEUE_STATS (core.enum.ControlPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.get_queue_status">get_queue_status() (python3_anticaptcha.control.Control static method)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm.GET_SPENDING_STATS">GET_SPENDING_STATS (core.enum.ControlPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.get_spending_stats">get_spending_stats() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.EndpointPostfixEnm.GET_TASK_RESULT">GET_TASK_RESULT (core.enum.EndpointPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultRequestSer">GetTaskResultRequestSer (class in core.serializer)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer">GetTaskResultResponseSer (class in core.serializer)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="H">H</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.HCaptchaTask">HCaptchaTask (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.HCaptchaTaskProxyless">HCaptchaTaskProxyless (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.ProxyTypeEnm.http">http (core.enum.ProxyTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ProxyTypeEnm.https">https (core.enum.ProxyTypeEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="I">I</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/image/example.html#python3_anticaptcha.image_captcha.ImageToTextCaptcha">ImageToTextCaptcha (class in python3_anticaptcha.image_captcha)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.ImageToTextTask">ImageToTextTask (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer.ip">ip (core.serializer.GetTaskResultResponseSer attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="L">L</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.MyEnum.list">list() (core.enum.MyEnum class method)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.MyEnum.list_names">list_names() (core.enum.MyEnum class method)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.MyEnum.list_values">list_values() (core.enum.MyEnum class method)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="M">M</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.MyEnum">MyEnum (class in core.enum)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="P">P</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.ResponseStatusEnm.processing">processing (core.enum.ResponseStatusEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.ProxyTypeEnm">ProxyTypeEnm (class in core.enum)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="R">R</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.ResponseStatusEnm.ready">ready (core.enum.ResponseStatusEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.RecaptchaV2EnterpriseTask">RecaptchaV2EnterpriseTask (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.RecaptchaV2EnterpriseTaskProxyless">RecaptchaV2EnterpriseTaskProxyless (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.RecaptchaV2Task">RecaptchaV2Task (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.RecaptchaV2TaskProxyless">RecaptchaV2TaskProxyless (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.RecaptchaV3TaskProxyless">RecaptchaV3TaskProxyless (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm.REPORT_CORRECT_RECAPTCHA">REPORT_CORRECT_RECAPTCHA (core.enum.ControlPostfixEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.report_correct_recaptcha">report_correct_recaptcha() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm.REPORT_INCORRECT_HCAPTCHA">REPORT_INCORRECT_HCAPTCHA (core.enum.ControlPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.report_incorrect_hcaptcha">report_incorrect_hcaptcha() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.report_incorrect_image">report_incorrect_image() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm.REPORT_INCORRECT_IMAGE_CAPTCHA">REPORT_INCORRECT_IMAGE_CAPTCHA (core.enum.ControlPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ControlPostfixEnm.REPORT_INCORRECT_RECAPTCHA">REPORT_INCORRECT_RECAPTCHA (core.enum.ControlPostfixEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/control/example.html#python3_anticaptcha.control.Control.report_incorrect_recaptcha">report_incorrect_recaptcha() (python3_anticaptcha.control.Control method)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ResponseStatusEnm">ResponseStatusEnm (class in core.enum)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="S">S</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.SaveFormatsEnm">SaveFormatsEnm (class in core.enum)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ProxyTypeEnm.socks4">socks4 (core.enum.ProxyTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.ProxyTypeEnm.socks5">socks5 (core.enum.ProxyTypeEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer.solution">solution (core.serializer.GetTaskResultResponseSer attribute)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer.solveCount">solveCount (core.serializer.GetTaskResultResponseSer attribute)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer.status">status (core.serializer.GetTaskResultResponseSer attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
<h2 id="T">T</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/serializer/info.html#core.serializer.CreateTaskResponseSer.taskId">taskId (core.serializer.CreateTaskResponseSer attribute)</a>
|
|
|
|
<ul>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultRequestSer.taskId">(core.serializer.GetTaskResultRequestSer attribute)</a>
|
|
</li>
|
|
<li><a href="modules/serializer/info.html#core.serializer.GetTaskResultResponseSer.taskId">(core.serializer.GetTaskResultResponseSer attribute)</a>
|
|
</li>
|
|
</ul></li>
|
|
</ul></td>
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
<li><a href="modules/enum/info.html#core.enum.SaveFormatsEnm.TEMP">TEMP (core.enum.SaveFormatsEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/turnstile/example.html#python3_anticaptcha.turnstile.Turnstile">Turnstile (class in python3_anticaptcha.turnstile)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.TurnstileTask">TurnstileTask (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
<li><a href="modules/enum/info.html#core.enum.CaptchaTypeEnm.TurnstileTaskProxyless">TurnstileTaskProxyless (core.enum.CaptchaTypeEnm attribute)</a>
|
|
</li>
|
|
</ul></td>
|
|
</tr></table>
|
|
|
|
|
|
|
|
<div class="clearer"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<span id="sidebar-top"></span>
|
|
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
|
<div class="sphinxsidebarwrapper">
|
|
|
|
|
|
<p class="logo"><a href="index.html">
|
|
<img class="logo" src="_static/AntiCaptcha.png" alt="Logo of python3-anticaptcha"/>
|
|
</a></p>
|
|
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li><a href="index.html">Overview</a>
|
|
|
|
</li>
|
|
</ul>
|
|
<search id="searchbox" style="display: none" role="search">
|
|
<h3 id="searchlabel">Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="search.html" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</search>
|
|
<script>document.getElementById('searchbox').style.display = "block"</script><div id="ethical-ad-placement"></div>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
|
|
<div class="footer" role="contentinfo">
|
|
© Copyright 2024, AndreiDrang; Release - 2.0.2a; Last update - 2024-10-15.
|
|
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
|
|
</div>
|
|
<script src="_static/version_warning_offset.js"></script>
|
|
|
|
</body>
|
|
</html> |