SpeechSynthesisVisemeEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SpeechSynthesisVisemeEventArgs
- com.
public class SpeechSynthesisVisemeEventArgs
Defines contents of speech synthesis viseme event. Added in version 1.16.0
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnimation()
Specifies the animation, could be in svg or other format. |
long |
getAudioOffset()
Specifies current viseme's time offset in output audio, by ticks (100ns). |
java.lang.String |
getResultId()
Gets the unique ID of the result. |
long |
getVisemeId()
Specifies current viseme ID. |
Methods inherited from java.lang.Object
Method Details
getAnimation
public String getAnimation()
Specifies the animation, could be in svg or other format.
Returns:
getAudioOffset
public long getAudioOffset()
Specifies current viseme's time offset in output audio, by ticks (100ns).
Returns:
getResultId
public String getResultId()
Gets the unique ID of the result. Added in version 1.25.0
Returns:
getVisemeId
public long getVisemeId()
Specifies current viseme ID.
Returns:
Applies to
Azure SDK for Java