SpeechSynthesisBookmarkEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains bookmark event in synthesized speech. Added in 1.16.0
public class SpeechSynthesisBookmarkEventArgs : EventArgs
type SpeechSynthesisBookmarkEventArgs = class
inherit EventArgs
Public Class SpeechSynthesisBookmarkEventArgs
Inherits EventArgs
- Inheritance
-
SpeechSynthesisBookmarkEventArgs
Remarks
See also: BookmarkReached
Properties
AudioOffset |
Specifies current bookmark's offset in output audio, in ticks (100ns). |
ResultId |
Specifies unique ID of speech synthesis. (Added in version 1.25.0) |
Text |
Specifies the bookmark text. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET