Regarding Azure cognitive services speech to text

Diyyala Ranga 1 Reputation point
2021-05-07T13:32:33.3+00:00

Can any one help me by providing the sample code for below any one of the scenario

  • IVR call transcription------- sample code
  • Continuous recogntiion using cognitive services speech to text

I have found the sample code for one shot recognition, continuous recognition, but in continuous recognition using audio file as input,my requirement is to use speaker as ip device,,, need sample code for above mentioned scenario

Attaching the article link in which it was mentioned azure services can be used for real time call transcription
https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/call-center-transcription

Please help me with the sample code if possible

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,632 questions
{count} votes

2 answers

Sort by: Most helpful
  1. YutongTie-MSFT 53,971 Reputation points Moderator
    2021-05-11T01:55:51.517+00:00

    Hello,

    I am still looking for IVR samples. But I do find some continuous sample code.

    Continuous recognition code snippet is available here – https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-speech-to-text?tabs=windowsinstall&pivots=programming-language-csharp#continuous-recognition.

    You may have to tweak one of the samples to process continuous recognition, as pointed out in L41 of C# sample. https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/31abbe1e4b6e3a0bc7d60a72fd3802cb928654dc/samples/csharp/sharedcontent/console/speech_recognition_samples.cs#L41

    Will let you know any clue about IVR.

    Regards,
    Yutong

    0 comments No comments

  2. YutongTie-MSFT 53,971 Reputation points Moderator
    2021-05-13T08:18:18.837+00:00

    One more update here, I have found a good start for IVR bots, I would recommend starting here – https://github.com/microsoft/botframework-telephony

    Hope those helps.

    Regards,
    Yutong

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.