Class SyllableLevelTimingResult
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.TimingResult
-
- com.microsoft.cognitiveservices.speech.SyllableLevelTimingResult
-
public final class SyllableLevelTimingResult extends TimingResult
Contains syllable 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.StringgetGrapheme()Gets the grapheme.StringgetSyllable()Gets the syllable.-
Methods inherited from class com.microsoft.cognitiveservices.speech.TimingResult
getDuration, getOffset
-
-
-
-
Method Detail
-
getSyllable
public String getSyllable()
Gets the syllable.- Returns:
- The syllable.
-
getGrapheme
public String getGrapheme()
Gets the grapheme.- Returns:
- The grapheme.
-
getAccuracyScore
public double getAccuracyScore()
Gets the pronunciation assessment accuracy score.- Returns:
- The pronunciation assessment accuracy score.
-
-