question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can I get pronunciation score using the sdk version?

See original GitHub issue

If 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:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
yinhewcommented, May 10, 2020

@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.

1reaction
amitkumarshuklacommented, May 6, 2020

@ziadhassan7 Thanks a lot for your query. We will get back to you asap.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found