你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContentAssessmentResult Class

  • java.lang.Object
    • com.microsoft.cognitiveservices.speech.ContentAssessmentResult

public final class ContentAssessmentResult

Represents the result of pronunciation assessment. Added in version 1.33.0

Constructor Summary

Modifier Constructor Description
protected ContentAssessmentResult(PropertyCollection properties)

Method Summary

Modifier and Type Method and Description
java.lang.Double getGrammarScore()

Gets the grammar score.

java.lang.Double getTopicScore()

Gets the topic score.

java.lang.Double getVocabularyScore()

Gets the vocabulary score.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ContentAssessmentResult

protected ContentAssessmentResult(PropertyCollection properties)

Parameters:

properties

Method Details

getGrammarScore

public Double getGrammarScore()

Gets the grammar score.

Returns:

The grammar score

getTopicScore

public Double getTopicScore()

Gets the topic score.

Returns:

The topic score.

getVocabularyScore

public Double getVocabularyScore()

Gets the vocabulary score.

Returns:

The vocabulary score

Applies to