Class NBestPhoneme
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.NBestPhoneme
-
public class NBestPhoneme extends Object
Contains nbest phoneme information. Added in version 1.21.0.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPhoneme()Gets the phoneme.doublegetScore()Gets the score.
-
-
-
Method Detail
-
getPhoneme
public String getPhoneme()
Gets the phoneme.- Returns:
- The phoneme.
-
getScore
public double getScore()
Gets the score.- Returns:
- The score.
-
-