Chọn loại reCAPTCHA
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Chọn loại reCAPTCHA Có 4 loại reCAPTCHA để chọn khi tạo một trang web mới.

reCAPTCHA phiên bản 3
reCAPTCHA v3 cho phép bạn xác minh liệu một lượt tương tác có hợp lệ hay không mà không cần người dùng phải tương tác. Đây là API JavaScript đơn thuần trả về một điểm số, giúp bạn có khả năng hành động theo ngữ cảnh của trang web: ví dụ như yêu cầu các yếu tố xác thực bổ sung, gửi bài đăng để kiểm duyệt hoặc điều tiết bot có thể đang cóp nhặt nội dung.
reCAPTCHA v2 (Hộp đánh dấu "Tôi không phải là robot")
Hộp đánh dấu "Tôi không phải là rô-bốt" yêu cầu người dùng nhấp vào hộp đánh dấu cho biết người dùng không phải là rô-bốt. Thao tác này sẽ chuyển người dùng ngay lập tức (không sử dụng hình ảnh xác thực) hoặc thách thức họ xác thực xem họ có phải là con người hay không. Đây là cách đơn giản nhất để tích hợp và chỉ yêu cầu hai dòng HTML để hiển thị hộp đánh dấu.

reCAPTCHA v2 (huy hiệu reCAPTCHA vô hình)
Huy hiệu reCAPTCHA ẩn không yêu cầu người dùng nhấp vào hộp đánh dấu, thay vào đó, huy hiệu này được gọi trực tiếp khi người dùng nhấp vào một nút hiện có trên trang web của bạn hoặc có thể được gọi qua lệnh gọi API JavaScript. Việc tích hợp yêu cầu lệnh gọi lại JavaScript khi quá trình xác minh reCAPTCHA hoàn tất. Theo mặc định, chỉ lưu lượng truy cập đáng ngờ nhất mới được nhắc giải quyết hình ảnh xác thực. Để thay đổi hành vi này, hãy chỉnh sửa tuỳ chọn bảo mật trang web của bạn trong phần cài đặt nâng cao.

reCAPTCHA phiên bản 2 (Android)
Thư viện Android reCAPTCHA là một phần của API SafetyNet của Dịch vụ Google Play. Thư viện này cung cấp các API Android gốc mà bạn có thể tích hợp trực tiếp vào ứng dụng. Bạn nên thiết lập Dịch vụ Google Play trong ứng dụng và kết nối với GoogleApiClient
trước khi gọi API reCAPTCHA. Thao tác này sẽ chuyển người dùng đến ngay lập tức (không có lời nhắc CAPTCHA) hoặc thử thách họ xác thực xem họ có phải là con người hay không.
reCAPTCHA v1 – Tắt
reCAPTCHA v1 đã ngừng hoạt động kể từ tháng 3 năm 2018. Vui lòng sử dụng một lựa chọn ở trên.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eThere are four types of reCAPTCHA available: reCAPTCHA v3, reCAPTCHA v2 ("I'm not a robot" Checkbox), reCAPTCHA v2 (Invisible reCAPTCHA badge), and reCAPTCHA v2 (Android).\u003c/p\u003e\n"],["\u003cp\u003ereCAPTCHA v3 verifies interactions without user input, returning a score for site-specific actions like authentication or bot throttling.\u003c/p\u003e\n"],["\u003cp\u003ereCAPTCHA v2 options offer checkbox and invisible badge variations, prompting users with challenges based on suspicion levels and allowing integration through HTML or JavaScript.\u003c/p\u003e\n"],["\u003cp\u003eThe reCAPTCHA Android library, part of Google Play services SafetyNet APIs, provides native integration for Android apps, requiring setup and connection to Google Play services.\u003c/p\u003e\n"]]],["There are four reCAPTCHA types: v3, which verifies interactions without user input via a JavaScript API; v2 \"I'm not a robot\" Checkbox, requiring a user click, potentially followed by a challenge; v2 Invisible badge, triggered by a button click or JavaScript, prompting a captcha only for suspicious traffic; and v2 Android, using Android APIs. reCAPTCHA v1 is discontinued. v2 versions require a potential challenge, v3 doesn't require any user interaction.\n"],null,["# Choosing the type of reCAPTCHA There are four types of reCAPTCHA to choose from when creating a new site.\n\nreCAPTCHA v3\n------------\n\nreCAPTCHA v3 allows you to verify if an interaction is legitimate without any user interaction. It is a pure JavaScript API returning a score, giving you the ability to take action in the context of your site: for instance requiring additional factors of authentication, sending a post to moderation, or throttling bots that may be scraping content.\n\nreCAPTCHA v2 (\"I'm not a robot\" Checkbox)\n-----------------------------------------\n\nThe \"I'm not a robot\" Checkbox requires the user to click a checkbox indicating the user is not a robot. This will either pass the user immediately (with No CAPTCHA) or challenge them to validate whether or not they are human. This is the simplest option to integrate with and only requires two lines of HTML to render the checkbox.\n\nreCAPTCHA v2 (Invisible reCAPTCHA badge)\n----------------------------------------\n\nThe invisible reCAPTCHA badge does not require the user to click on a checkbox, instead it is invoked directly when the user clicks on an existing button on your site or can be invoked via a JavaScript API call. The integration requires a JavaScript callback when reCAPTCHA verification is complete. By default only the most suspicious traffic will be prompted to solve a captcha. To alter this behavior edit your site security preference under advanced settings.\n\nreCAPTCHA v2 (Android)\n----------------------\n\nThe reCAPTCHA Android library is part of the [Google Play services SafetyNet APIs](https://developer.android.com/training/safetynet/index.html). This library provides native Android APIs that you can integrate directly into an app. You should set up [Google Play services](https://developers.google.com/android/guides/api-client) in your app and connect to the `GoogleApiClient` before invoking the reCAPTCHA API. This will either pass the user through immediately (without a CAPTCHA prompt) or challenge them to validate whether they are human.\n\nreCAPTCHA v1 - Shut down\n------------------------\n\nreCAPTCHA v1 has been shut down since March 2018. Please use an option above."]]