Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
How to detect language and convert speech to text? Is Google APi support it? If yes then can anyone put any example of code?
Please help needed to convert speech to text?
Thanks
如果您使用 C# 3.5 及更高版本,您可以System.Speech使用解决方案资源管理器中的添加对命名空间的引用Add Reference。
System.Speech
Add Reference
然后看看这篇文章:
C# 中的语音识别、语音转文本、文本转语音和语音合成
C# 语音转文本