Chú ý: Bạn đang xem tài liệu về giao diện REST của API. Hầu hết các thư viện ứng dụng chính thức của chúng tôi đều sử dụng gRPC. Hãy xem
Giới thiệu về REST để biết chi tiết.
KeywordInfo
Biểu diễn dưới dạng JSON |
{
"matchType": enum (KeywordMatchType ),
"text": string
} |
Trường |
matchType |
enum (KeywordMatchType )
Loại đối sánh của từ khóa.
|
text |
string
Văn bản từ khoá (tối đa 80 ký tự và 10 từ).
|
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-03-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-03-06 UTC."],[[["Keyword criterion is defined by its `matchType` and `text`."],["`matchType` specifies how the keyword is matched to search queries, selected from the `KeywordMatchType` enum."],["`text` is the keyword itself, limited to 80 characters and 10 words."],["The JSON representation of a keyword criterion includes these two fields enclosed in curly braces."]]],["The provided JSON represents a keyword criterion with two key fields: `matchType` and `text`. `matchType`, an enumerated value, defines how the keyword matches search queries. The `text` field, a string, holds the keyword itself, limited to a maximum of 80 characters and 10 words. This structure defines how a specific keyword is structured and matched.\n"]]