Does this speech-to-text conversion work offline #1799
-
Does this speech-to-text conversion work offline? Or is it online? Is there a program in C # to say something through the microphone to test this model? How does it work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Yes, with the package installed and the model files downloaded, the speech-to-text process can happen fully offline. We have an API reference for the .NET package here and some examples here. Note that for now you'll have to build the .NET package yourself. We're working to get all the language and platform support up and running as quickly as possible, including .NET on Windows. |
Beta Was this translation helpful? Give feedback.
Yes, with the package installed and the model files downloaded, the speech-to-text process can happen fully offline. We have an API reference for the .NET package here and some examples here. Note that for now you'll have to build the .NET package yourself. We're working to get all the language and platform support up and running as quickly as possible, including .NET on Windows.