Azure-docs: Possible to get transcription confidence?

Created on 14 Nov 2019  Â·  5Comments  Â·  Source: MicrosoftDocs/azure-docs

Is it possible to get the confidence for a transcription using this method?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri1 cognitive-servicesvc cxp product-question speech-servicsubsvc triaged

Most helpful comment

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

All 5 comments

@bensimon24 Thanks for the question. We are investigating the issue and will update you shortly.

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bdcoder2 picture bdcoder2  Â·  3Comments

bityob picture bityob  Â·  3Comments

DeepPuddles picture DeepPuddles  Â·  3Comments

jebeld17 picture jebeld17  Â·  3Comments

spottedmahn picture spottedmahn  Â·  3Comments