Delen via


PronunciationAssessmentResult Class

Definition

Contains pronunciation assessment results. Added in 1.14.0

public class PronunciationAssessmentResult
type PronunciationAssessmentResult = class
Public Class PronunciationAssessmentResult
Inheritance
PronunciationAssessmentResult

Properties

AccuracyScore

Score indicating how closely the phonemes match a native speaker's pronunciation.

CompletenessScore

Score indicating the completeness of the given speech as a ratio of pronounced words to total words.

ContentAssessmentResult

The content assessment result, available when content assessment is enabled. Added in 1.33.0

FluencyScore

Score indicating the fluency of the given speech.

PronunciationScore

Overall score indicating the pronunciation quality of the given speech. This is calculated from AccuracyScore, FluencyScore and CompletenessScore with weight.

ProsodyScore

Score indicating the prosody quality of the given speech. Available only when Prosody assessment is enabled. Added in 1.33.0

Words

Word level pronunciation assessment result.

Methods

FromResult(SpeechRecognitionResult)

Creates an instance of PronunciationAssessmentResult object for the speech recognition result.

Applies to