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 AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,410 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,408 questions
{count} votes