Google 助理的双语口语闪存卡

Bilingual spoken flash cards for Google Assistant

我正在为 Google 助手开发双语 (Japanese/English) 抽认卡应用程序,以便它适用于 Google 家庭。

google 助手会用日语说一个词,然后检查用户是否用正确的英语回复,反之亦然。

简单地从 Google Sheet 数据开始是行不通的,因为助手无法读取日文输入。有没有办法做到这一点?

本质上,问题是,是否可以在一种语言的文本转语音和另一种语言的语音识别之间切换?

我认为 Google 助手不能在对话过程中切换多种语言。到目前为止,我只看到了一个语言学习应用程序的示例,请参阅:

https://tech.busuu.com/creating-a-new-busuu-experience-for-the-google-assistant-on-google-home-e62ba200e000

但他们似乎和你有同样的问题,被助手有限的语言选项所限制。在 Busuu 助手应用程序中,您只能学习一种语言,具体取决于您所在的地区。

The Google Assistant is a conversation between you and Google. You can now prompt the Google Assistant in French (“Parler à busuu ”) or German (“Sprich mit busuu”) and learn English as if you were having a real conversation with a language teacher. You can already prompt in English (“Ok Google, talk to busuu”) to learn Spanish.

至于在 Google 助理区域设置为另一种语言时以一种语言输出语音的问题,他们使用 SSML 播放包含 "foreign" 语言的 word/sentence 的音频样本。

所以看起来 2-way 语言学习应用程序可能无法在 Google 助理的当前状态下使用,但我希望这对您有所帮助。

另请参阅:https://dialogflow.com/docs/multi-language