Class PhonemeLevelTimingResult


  • public final class PhonemeLevelTimingResult
    extends TimingResult
    Contains phoneme level timing results of a recognition operation. Added in version 1.21.0.
    • 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.