azure-speech

Azure Speech API language

試著忘記壹切 提交于 2019-12-25 02:24:52
问题 I have implemented a chat on a web page, with the possibility to use Speech to text, using Azure Speech API. It works fine but I don't understand where I can set the language understood by the API. I want it to understand french, but when I talk in french, it transcripts in english words with familiar sound. How / Where I can I set the language ? I precise that I'm not the one who set up the service on Azure dashboard. 回答1: There is a locale parameter that you can use optionally like the

Azure Speech To Text: Conversation Transcribing userid always return $ref$

喜欢而已 提交于 2019-12-11 01:07:42
问题 Using sample code to transcribe conversation, but on recognized event i always get $ref$ when calling e.Result.UserId . I use 16-bit samples, 16 kHz sample rate, and a single channel (Mono) format for voice signatures. And 32-bit samples, 32 kHz sample rate, and a single channel (Mono) format for Transcribing conversations. All code from: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-conversation-transcription-service Is there any ideas? or .wav sample