问题描述
我正在寻找使用ProjectOxford SpeechClient的C#代码示例。有些东西会告诉我如何使用我获得的跟踪密钥,与服务器连接,最后获得我提供的输入的结果。
I'm looking for C# code examples using the ProjectOxford SpeechClient. Something that will show me how to use the trail key I have obtained, interfacing with the server, and finally obtaining a result for the input I provide.
谢谢!
推荐答案
我们实际上有关于C#入门的信息,这里包含一个例子:
We actually have information for getting started in C# here includes an example:
https://www.microsoft.com/cognitive-services/en-us/speech-api/documentation/getstarted/getstartedcsharpdesktop
https://www.microsoft.com/cognitive-services/en-us/speech-api/documentation/getstarted/getstartedcsharpdesktop
您还可以找到这里的API参考。
You can also find the API reference here.
https://staging.www.projectoxford.ai/Files/Doc/Speech/Windows/html/2f2b6f71-0a81-b331-fe50-dc681063bbf8.htm
https://staging.www.projectoxford.ai/Files/Doc/Speech/Windows/html/2f2b6f71-0a81-b331-fe50-dc681063bbf8.htm
如果您有任何其他问题,请告诉我。
Please let me know if you have any additional questions
谢谢,
Raymond
这篇关于SpeechClient示例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!