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
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for Java