Class ContentAssessmentResult
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.ContentAssessmentResult
-
public final class ContentAssessmentResult extends Object
Represents the result of pronunciation assessment. Added in version 1.33.0
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContentAssessmentResult(PropertyCollection properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetGrammarScore()Gets the grammar score.DoublegetTopicScore()Gets the topic score.DoublegetVocabularyScore()Gets the vocabulary score.
-
-
-
Constructor Detail
-
ContentAssessmentResult
protected ContentAssessmentResult(PropertyCollection properties)
-
-
Method Detail
-
getGrammarScore
public Double getGrammarScore()
Gets the grammar score.- Returns:
- The grammar score
-
getVocabularyScore
public Double getVocabularyScore()
Gets the vocabulary score.- Returns:
- The vocabulary score
-
getTopicScore
public Double getTopicScore()
Gets the topic score.- Returns:
- The topic score.
-
-