Setting of pronunciation sensitivity/mispronunciation detection threshold in Azure Cognitive Services Speech service - pronunciation assessment

Amanda 1 Reputation point
2022-05-06T04:17:12.917+00:00

As mentioned in the following site, it is stated that "Pronunciation Assessment provides accuracy scores at different levels" & "Consider setting a higher mispronunciation detection threshold". Where can I set the pronunciation sensitivity exactly and how does it work? I cannot find any information regarding the configuration in the documentation.

https://learn.microsoft.com/en-us/legal/cognitive-services/speech-service/pronunciation-assessment/characteristics-and-limitations-pronunciation-assessment

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,411 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,407 questions
{count} votes

2 answers

Sort by: Most helpful
  1. romungi-MSFT 42,286 Reputation points Microsoft Employee
    2022-05-06T11:46:03.427+00:00

    @Amanda The guidance in this case refers to using a threshold limit in the client application based on evaluations done by the customer on real world data and the responses from the speech service. This threshold can be set on client processing software after the response from the service is received. Usually, the accuracy score is reported on the scale of 0-100(HundredMark) or 0-5(FivePoint) based on the grading system set in the configuration parameter. This response can be evaluated against real world data to only use the assessment score if the response is above a certain threshold.

          "PronunciationAssessment":  
          {  
            "AccuracyScore" : 100.0,  
            "ErrorType" : "None"  
          }  
    

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


  2. BELLA KHADIJA 1 Reputation point
    2022-05-10T18:39:37.43+00:00

    thank you so much

    0 comments No comments