Class SPXWordLevelTimingResult

Declaration

@class SPXWordLevelTimingResult : SPXTimingResult;

Description

Contains word level timing result

Added in version 1.21.0

Properties

word

@property (readonly, copy, atomic) NSString * _Nullable word;

The word text.

accuracyScore

@property (readonly, atomic) double accuracyScore;

The score indicating the pronunciation accuracy of the given speech, which indicates how closely the phonemes match a native speaker's pronunciation.

errorType

@property (readonly, copy, atomic) NSString * _Nullable errorType;

This value 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

@property (readwrite, retain, nonatomic) NSArray<SPXPhonemeLevelTimingResult *> * _Nullable phonemes;

Phoneme level pronunciation assessment result

syllables

@property (readwrite, retain, nonatomic) NSArray<SPXSyllableLevelTimingResult *> * _Nullable syllables;

Syllable level timing result