You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {string} params.textinstructions Text will be shown to worker to help him to select object on the image correctly. For example: "*Select cars in the image*". **Optional parameter**, if the instruction already exists in the form of the `imginstructions`.
1364
1365
* @param {string} params.imginstructions Image with instruction for worker to help him to select object on the image correctly. The image must be encoded in `Base64` format. **Optional parameter**, if the instruction already exists in the form of the `textinstructions`.
1365
1366
* @param {number} params.rows Number of rows in grid captcha.
1366
1367
* @param {number} params.cols Number of columns in grid captcdha.
1367
1368
* @param {number} params.minСlicks The minimum number of tiles that must be selected. Can't be more than `rows` * `cols`.
1368
1369
* @param {number} params.maxСlicks The maximum number of tiles that can be selected on the image.
1370
+
* @param {string} params.imgType The image will be recognized using Computer Vision. Supported value options: `recaptcha`, `hcaptcha`, `funcaptcha`, `funcaptcha_compare`. [More info here](https://2captcha.com/2captcha-api#grid).
1369
1371
* @param {string} params.previousId Id of your previous request with the same captcha challenge.
1370
1372
* @param {number} params.canSkip Set the value to `1` only if it's possible that there's no images matching to the instruction. We'll provide a button "No matching images" to worker and you will receive `No_matching_images` as answer.
1371
1373
* @param {string} params.lang Language code. [See the list of supported languages](https://2captcha.com/2captcha-api#language).
0 commit comments