ภาษาที่สนับสนุน
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
บริการ Google Assistant ใช้เครื่องมือการจดจําคําพูดที่เข้าใจภาษาต่างๆ ได้หลากหลาย ภาษาเหล่านี้จะระบุอยู่ในช่องlanguage_code
ของข้อความ DialogStateIn
หรือใช้แอป Google Assistant
ช่องรหัสภาษาประกอบไปด้วยตัวระบุ BCP-47 แท็กเหล่านี้มักอยู่ในรูปแบบภาษา-ภูมิภาค โดยที่ภาษาหมายถึงภาษาหลักและภูมิภาคหมายถึงภูมิภาค (โดยทั่วไปคือตัวระบุประเทศ) ของภาษาถิ่นนั้นๆ เช่น ภาษาอังกฤษอาจแสดงเป็นภาษาอังกฤษแบบอเมริกัน (en-US
) หรือภาษาอังกฤษแบบอังกฤษ (en-GB
)
บริการ Google Assistant สามารถจดจําคําพูดและตอบกลับในภาษาต่อไปนี้
ภาษา |
language_code |
ภาษา (ชื่อภาษาอังกฤษ) |
เยอรมนี (Deutschland) |
de-DE |
เยอรมัน (เยอรมนี) |
อังกฤษ (ออสเตรเลีย) |
en-AU |
อังกฤษ (ออสเตรเลีย) |
อังกฤษ (แคนาดา) |
th |
อังกฤษ (แคนาดา) |
อังกฤษ (สหราชอาณาจักร) |
en-GB |
อังกฤษ (สหราชอาณาจักร) |
อังกฤษ (อินเดีย) |
th |
อังกฤษ (อินเดีย) |
อังกฤษ (สหรัฐอเมริกา) |
en-US |
อังกฤษ (สหรัฐอเมริกา) |
ฟรองซัว (แคนาดา) |
fr-CA |
ฝรั่งเศส (แคนาดา) |
Français (ฝรั่งเศส) |
fr-FR |
ฝรั่งเศส (ฝรั่งเศส) |
ภาษาอิตาลี (อิตาลี) |
it-IT |
อิตาลี (อิตาลี) |
日本語(日本) |
ja-JP |
ญี่ปุ่น (ญี่ปุ่น) |
Español (España) |
es-ES |
สเปน (สเปน) |
สเปน (เม็กซิโก) |
es-MX |
สเปน (เม็กซิโก) |
한국어 (대한민국) |
ko-KR |
เกาหลี (เกาหลีใต้) |
Português (Brasil) |
pt-BR |
โปรตุเกส (บราซิล) |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThe Google Assistant Service leverages speech recognition to understand various languages, specified by the \u003ccode\u003elanguage_code\u003c/code\u003e field or the Google Assistant app settings.\u003c/p\u003e\n"],["\u003cp\u003eLanguage codes adhere to the BCP-47 standard, typically formatted as \u003cem\u003elanguage\u003c/em\u003e -\u003cem\u003eregion\u003c/em\u003e to denote dialects like \u003ccode\u003een-US\u003c/code\u003e for US English and \u003ccode\u003een-GB\u003c/code\u003e for British English.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Assistant Service supports a range of languages for speech recognition and responses, including English, German, French, Italian, Japanese, Spanish, Korean, and Portuguese variations.\u003c/p\u003e\n"],["\u003cp\u003eUsers can refer to the provided table for a comprehensive list of supported languages and their corresponding \u003ccode\u003elanguage_code\u003c/code\u003e values.\u003c/p\u003e\n"]]],["The Google Assistant Service identifies languages using BCP-47 identifiers in the `language_code` field, typically formatted as *language*-*region*. Users can specify the language in the `DialogStateIn` message or within the Google Assistant app. The service supports speech recognition and responses in various languages, including German (de-DE), English (en-AU, en-CA, en-GB, en-IN, en-US), French (fr-CA, fr-FR), Italian (it-IT), Japanese (ja-JP), Spanish (es-ES, es-MX), Korean (ko-KR), and Portuguese (pt-BR).\n"],null,["# Language Support\n\nThe Google Assistant Service uses a speech recognition engine that can\nunderstand one of a wide variety of languages. These languages are\nspecified within a `DialogStateIn` message's `language_code` field or by using\nthe Google Assistant [app](/assistant/sdk/reference/assistant-app/assistant-settings).\n\nThe language code field consists of a\n[BCP-47](https://tools.ietf.org/html/bcp47) identifier. These tags are\ntypically of the form *language* -*region* , where *language* refers to\nthe primary language and *region* refers to the region (usually a\ncountry identifier) of the particular dialect. For example, English\nmay either be represented by American English (`en-US`), or British\nEnglish (`en-GB`).\n\nThe Google Assistant Service can recognize speech and respond back accordingly\nin the following languages.\n\n| Language | `language_code` | Language (English name) |\n|-------------------------|-----------------|--------------------------|\n| Deutsch (Deutschland) | de-DE | German (Germany) |\n| English (Australia) | en-AU | English (Australia) |\n| English (Canada) | en-CA | English (Canada) |\n| English (Great Britain) | en-GB | English (United Kingdom) |\n| English (India) | en-IN | English (India) |\n| English (United States) | en-US | English (United States) |\n| Français (Canada) | fr-CA | French (Canada) |\n| Français (France) | fr-FR | French (France) |\n| Italiano (Italia) | it-IT | Italian (Italy) |\n| 日本語(日本) | ja-JP | Japanese (Japan) |\n| Español (España) | es-ES | Spanish (Spain) |\n| Español (México) | es-MX | Spanish (Mexico) |\n| 한국어 (대한민국) | ko-KR | Korean (South Korea) |\n| Português (Brasil) | pt-BR | Portuguese (Brazil) |"]]