你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpeechSynthesisBookmarkEventArgs Class

  • java.lang.Object
    • com.microsoft.cognitiveservices.speech.SpeechSynthesisBookmarkEventArgs

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