本文介绍了从db到语音输入的文本编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在用c#编写应用程序。

1: - 与Alexa设备对话

2: - 需要来自Alexa api的字符串,并从语音输入中执行我的sql。



问题是在Alexa,当我说rajnarayan时,alexa将其捕获为ratnaran 。

所以当我登记我的数据库时没有找到记录。



请帮我解决这类问题。



我尝试过:



在谷歌搜索中尝试过。但我没有得到一个合适的链接来解决问题

解决方案

Hi All,
I am writing a application in c#.
1:- Speak to a Alexa Device
2:- takes the string from Alexa api and executing my sql from the speech input .

the problem is that in Alexa when i say "rajnarayan" , alexa capture it as "ratnaran".
So when i check in my DB no record found .

Please help me how to solve this kind of issue .

What I have tried:

Tried in Google search. but i am not getting a suitable link to solve the issue

解决方案


这篇关于从db到语音输入的文本编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 01:23