Google Cloud Platform Speech command [listen] and [listen-infinite] at C# Can these two options be voice-recognized right away and stored in a variable without audio-recording files? I'm going to make a program that compares stored voice data and represents it on a kiosk. I referred to https://github.com/GoogleCloudPlatform/dotnet-docs-samples/tree/master/speech/api
My project's name is Voice recognitive kiosk. I was tried Azure cognitive Speech service but Azure don't support Korean language. but Azure can do without voice .wav files.
Speech-to-text API can use both audio files and audio content (bytes) in audio recognition requests and streaming recognition requests. As @Jon pointed out, the samples referred at Github contains examples for both, using files and getting the audio directly from the microphone.
An important thing to consider is that the Speech API Client Libraries are in an Alpha release state, and are not recommended for use in a production environment as they may change in the future.