Can I get pronunciation score using the sdk version?
See original GitHub issueIf I want to get the pronScore - fluency - accuracy should I use the Rest-API or can I get it using the sdk version?
I’m using it in android and I was able to get the confidence score using this:
SpeechConfig config = SpeechConfig.fromSubscription(speechSubscriptionKey, serviceRegion);
config.setServiceProperty("wordLevelConfidence","true", ServicePropertyChannel.UriQueryParameter);
config.setServiceProperty("format", "detailed", ServicePropertyChannel.UriQueryParameter);
But how can I get the other information like word pronunciation and ext.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Use pronunciation assessment - Azure AI services
In this article, you learn how to evaluate pronunciation with speech to text through the Speech SDK. To get pronunciation assessment results ......
Read more >Azure Pronunciation Assessment SDK return wrong result ...
I'm using azure speech sdk to do pronunciation assessment, it works fine when i used api provide by azure, but when i use...
Read more >SpeechSuper: Pronunciation Assessment and Scoring API ...
Get industry-leading pronunciation assessment and scoring API solutions from SpeechSuper. Our APIs accurately measure pronunciation, fluency, rhythm, ...
Read more >Home – Speechace | Pronunciation and fluency assessment ...
Best-in-class Speech API designed for scoring pronunciation and fluency. At Speechace we do one thing really well - We are the first and...
Read more >Automated Scoring of Nonnative Speech Using the ...
A seminal approach, goodness of pronunciation, was proposed by Witt (1999) for measuring read-aloud pronunciation based on hidden Markov model ( ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ziadhassan7 can you replace the “conversation” in the URL into “interactive” and try again? We currently still don’t support the pronunciation assessment feature on “conversation” route, and only “interactive” route is support. Sorry for the misleading in the doc. The “conversation” support should come out in the coming 1~2 weeks.
@ziadhassan7 Thanks a lot for your query. We will get back to you asap.