Class WordLevelTimingResult


  • public final class WordLevelTimingResult
    extends TimingResult
    Contains the word level timing results of a recognition operation. Added in version 1.21.0.
    • Method Detail

      • getWord

        public String getWord()
        Gets the word.
        Returns:
        The word.
      • getAccuracyScore

        public double getAccuracyScore()
        Gets the pronunciation assessment accuracy score.
        Returns:
        The accuracy score.
      • getErrorType

        public String getErrorType()
        Gets the pronunciation assessment error type.
        Returns:
        The error type.
      • getPhonemes

        public List<PhonemeLevelTimingResult> getPhonemes()
        Gets the phoneme level timing results.
        Returns:
        The phoneme level timing results.
      • getSyllables

        public List<SyllableLevelTimingResult> getSyllables()
        Gets the syllable level timing results.
        Returns:
        The syllable level timing results.