语言支持
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Google 助理服务使用的语音识别引擎能够理解多种语言中的任何一种。您可以在 DialogStateIn
消息的 language_code
字段中或使用 Google 助理应用指定这些语言。
语言代码字段由 BCP-47 标识符组成。这些标记通常采用“language-region”的格式,其中“language”是指主要语言,“region”是指特定方言的区域(通常是国家/地区标识符)。例如,英语可以用美国英语 (en-US
) 或英国英语 (en-GB
) 表示。
Google 助理服务可以识别语音,并相应地做出以下回应。
语言 |
language_code |
语言(中文名称) |
Deutsch (Deutschland) |
de-DE |
德语(德国) |
英语(澳大利亚) |
en-AU |
英语(澳大利亚) |
English (Canada) |
en-CA |
英语(加拿大) |
英语(英国) |
en-GB |
英语(英国) |
English (India) |
en-IN |
英语(印度) |
英语(美国) |
en-US |
英语(美国) |
Français (Canada) |
fr-CA |
法语(加拿大) |
Français (France) |
fr-FR |
法语(法国) |
Italiano (Italia) |
it-IT |
意大利语(意大利) |
日本語(日本) |
ja-JP |
日语(日本) |
Español (España) |
es-ES |
西班牙语(西班牙) |
Español (México) |
es-MX |
西班牙语(墨西哥) |
한국어 (대한민국) |
ko-KR |
韩语(韩国) |
Português (Brasil) |
pt-BR |
葡萄牙语(巴西) |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-25。"],[[["The Google Assistant Service leverages speech recognition to understand various languages, specified by the `language_code` field or the Google Assistant app settings."],["Language codes adhere to the BCP-47 standard, typically formatted as *language* -*region* to denote dialects like `en-US` for US English and `en-GB` for British English."],["The Google Assistant Service supports a range of languages for speech recognition and responses, including English, German, French, Italian, Japanese, Spanish, Korean, and Portuguese variations."],["Users can refer to the provided table for a comprehensive list of supported languages and their corresponding `language_code` values."]]],["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"]]