Package ai.picovoice.orca
Class OrcaPhoneme
- java.lang.Object
-
- ai.picovoice.orca.OrcaPhoneme
-
public class OrcaPhoneme extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OrcaPhoneme(java.lang.String phoneme, float startSec, float endSec)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetEndSec()Getter for the end time of the phoneme in seconds.java.lang.StringgetPhoneme()Getter for the synthesized phoneme.floatgetStartSec()Getter for the start time of the phoneme in seconds.
-
-
-
Method Detail
-
getPhoneme
public java.lang.String getPhoneme()
Getter for the synthesized phoneme.- Returns:
- Synthesized phoneme.
-
getStartSec
public float getStartSec()
Getter for the start time of the phoneme in seconds.- Returns:
- Start time of the phoneme in seconds.
-
getEndSec
public float getEndSec()
Getter for the end time of the phoneme in seconds.- Returns:
- End time of the phoneme in seconds.
-
-