Class SPXPhonemeLevelTimingResult

Declaration

@class SPXPhonemeLevelTimingResult : SPXTimingResult;

Description

Contains phoneme level timing result

Added in version 1.21.0

Properties

phoneme

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

The phoneme text.

accuracyScore

@property (readonly, atomic) double accuracyScore;

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

nbestPhonemes

@property (readwrite, retain, nonatomic) NSArray<SPXNBestPhoneme *> * _Nullable nbestPhonemes;

The list of nbest phonemes.