SpeechSynthesisBookmarkEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SpeechSynthesisBookmarkEventArgs
- com.
public class SpeechSynthesisBookmarkEventArgs
Defines contents of speech synthesis bookmark event. Added in version 1.16.0
Method Summary
Modifier and Type | Method and Description |
---|---|
long |
getAudioOffset()
Specifies current bookmark's time offset in output audio, by ticks (100ns). |
java.lang.String |
getResultId()
Gets the unique ID of the result. |
java.lang.String |
getText()
Specifies the bookmark text. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Method Details
getAudioOffset
public long getAudioOffset()
Specifies current bookmark's time offset in output audio, by ticks (100ns).
Returns:
Current bookmark's time offset in output audio, by ticks (100ns).
getResultId
public String getResultId()
Gets the unique ID of the result. Added in version 1.25.0
Returns:
Specifies unique ID of the result.
getText
public String getText()
Specifies the bookmark text.
Returns:
The bookmark text.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java