Reputation: 1
Problem statement: Need to transcript the speech to text in real-time and distinguish the user as speaker 1 and speaker 2 using azure cognitive speech service.
Until now I explore the documentation of azure regarding conversation transcription which provides the sample code for Javascript and C#link for the documentationbut I was not able to find the sample code in python so does that means azure's this service is not available in python?
Upvotes: 0
Views: 231
Reputation: 1389
Does azure conversation transcription service is available in "python"?
No, at present Conversation Transcription SDK does not support Python language.
Conversation Transcription SDK supports only c# and javascript and is only available in few regions like centralus
, eastasia
, eastus
, westeurope
.
You can reach Microsoft here for support.
Upvotes: 0