What is the name of the model that Azure Speech uses for Hebrew?

Shahar Spencer 60 Reputation points
2024-05-15T08:13:12.6166667+00:00

I'm using Azure Speech to transcribe Hebrew audio, but I'm not sure which model it uses. Can someone please provide this information? Is it the whisper model or something else? I'm getting better results than the whisper model with openai, so I'd like to know which model Azure Speech is using. Here's the code I'm currently using:

audio_config = speechsdk.audio.AudioConfig(filename=...)
conversation_transcriber = speechsdk.transcription.ConversationTranscriber(speech_config=speech_config, audio_config=audio_config, language="he-IL")
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,466 questions
{count} votes

1 answer

Sort by: Most helpful