Is it possible to get the confidence for a transcription using this method?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@bensimon24 Thanks for the question. We are investigating the issue and will update you shortly.
@bensimon24
Please follow the below link for getting the confidence score.
https://stackoverflow.com/questions/57043876/can-i-retrieve-the-confidence-of-the-transcription-from-azure-cognitive-services/57142560#57142560
Thank you for the reply. I was looking at that stack overflow post, and it looks like it was written for C#. Are there any examples for how to configure OutputFormat in python? Despite looking, I am unable to find the same functionality or an example in the python docs.
Assuming you imported the Speech SDK as:
import azure.cognitiveservices.speech as msspeech
and your Speech Config object is named speech_config
You can set the property using:
speech_config.output_format = msspeech.OutputFormat.Detailed
@bensimon24 We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.
Most helpful comment
Assuming you imported the Speech SDK as:
import azure.cognitiveservices.speech as msspeechand your Speech Config object is named speech_config
You can set the property using:
speech_config.output_format = msspeech.OutputFormat.Detailed