대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
언어 지원
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google 어시스턴트 서비스는 다양한 언어 중 하나를 이해할 수 있는 음성 인식 엔진을 사용합니다. 이러한 언어는 DialogStateIn
메시지의 language_code
필드 내에서 또는 Google 어시스턴트 앱을 사용하여 지정됩니다.
언어 코드 필드는 BCP-47 식별자로 구성됩니다. 이러한 태그는 일반적으로 언어-지역 형식으로 되어 있습니다. 여기서 언어는 기본 언어를 나타내고, 지역은 특정 방언 지역 (일반적으로 국가 식별자)을 나타냅니다. 예를 들어 영어는 미국 영어 (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 |
포르투갈어(브라질) |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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) |"]]