Getting "Confidence": 0 in the response for every word

Anju 31 Reputation points
2023-03-10T17:36:37.9566667+00:00

I am using Speech to Text REST API in my work.

Taking help of the documentation https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-speech-to-text-short#pronunciation-assessment-parameters

The response does not match with the documentation. I am getting a new variable with value 0 e.g.

 "Words": [
          {
            "Word": "how",
            "Offset": 600000,
            "Duration": 2400000,
            "ErrorType": "None",
            "Confidence": 0,
            "AccuracyScore": 62
          },
          {
            "Word": "is",
            "Offset": 3100000,
            "Duration": 900000,
            "ErrorType": "None",
            "Confidence": 0,
            "AccuracyScore": 92
          },
          {
            "Word": "the",
            "Offset": 4100000,
            "Duration": 1100000,
            "ErrorType": "None",
            "Confidence": 0,
            "AccuracyScore": 100
          }
]

Can you please help as what is the purpose of the variable "Confidence" and why is it value always 0?

Thanks

Azure Speech
Azure Speech
An Azure service that integrates speech processing into apps and services.
827 questions
Azure Cognitive Services
Azure Cognitive Services
A group of Azure artificial intelligence services and cognitive APIs that help build intelligent apps.
1,003 questions
{count} votes