如何在对话框中读取语音输入?奇聊

时间:2019-03-21 14:09:18

标签: nao-robot

我可以通过某种方式从nao对话框中读取语音识别?

例如:

proposal: What is your name
    u1:(John Doe) ["Hey John Doe, how are you doing"]
    u1:(anything) ["Sorry, i cant hear you, please repeat"] ^previousProposal

我要的是,如何将零件(John Doe)设置为用户给定的动态输入。我可以创建一些变量还是用户输入的预定义变量?

1 个答案:

答案 0 :(得分:1)

您可以使用$。

以下是该documentation

中的一些示例

输入选择作为变量:

['A', 'B', 'S']

分配变量:

u:(my name is _[david robert]) your name is $1

条件

u:(my name is david) i store your name $name=david