PronunciationAssessmentWordResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains word level pronunciation assessment result. Added in 1.14.0
public class PronunciationAssessmentWordResult
type PronunciationAssessmentWordResult = class
Public Class PronunciationAssessmentWordResult
- Inheritance
-
PronunciationAssessmentWordResult
Properties
AccuracyScore |
Score that indicates how closely the phonemes match a native speaker's pronunciation. |
ErrorType |
Value that indicates whether a word is omitted, inserted or badly pronounced, compared to ReferenceText. Possible values are None (meaning no error on this word), Omission, Insertion and Mispronunciation. |
Phonemes |
Phoneme level pronunciation assessment result |
Syllables |
Syllable level pronunciation assessment result. Added in 1.20.0 |
Word |
Word text. |