Method: AntiCaptcha::Client#decode_recaptcha_v2

Defined in:
lib/anti_captcha/client.rb

#decode_recaptcha_v2(options, proxy = nil) ⇒ Object Also known as: decode_nocaptcha

Decodes a reCAPTCHA v2 (NoCaptcha).

See Also:

  • AntiCaptcha::Client.`AntiCaptcha`AntiCaptcha::Client`AntiCaptcha::Client#decode_recaptcha_v2!`


81
82
83
84
85
# File 'lib/anti_captcha/client.rb', line 81

def decode_recaptcha_v2(options, proxy = nil)
  decode_recaptcha_v2!(options, proxy)
rescue
  AntiCaptcha::RecaptchaV2Solution.new
end