Class PhonemeLevelTimingResult
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.TimingResult
-
- com.microsoft.cognitiveservices.speech.PhonemeLevelTimingResult
-
public final class PhonemeLevelTimingResult extends TimingResult
Contains phoneme level timing results of a recognition operation. Added in version 1.21.0.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAccuracyScore()Gets the pronunciation assessment accuracy score.List<NBestPhoneme>getNBestPhonemes()Gets the NBest phonemes.StringgetPhoneme()Gets the phoneme.-
Methods inherited from class com.microsoft.cognitiveservices.speech.TimingResult
getDuration, getOffset
-
-
-
-
Method Detail
-
getPhoneme
public String getPhoneme()
Gets the phoneme.- Returns:
- The phoneme.
-
getAccuracyScore
public double getAccuracyScore()
Gets the pronunciation assessment accuracy score.- Returns:
- The pronunciation assessment accuracy score.
-
getNBestPhonemes
public List<NBestPhoneme> getNBestPhonemes()
Gets the NBest phonemes.- Returns:
- The NBest phonemes.
-
-