Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
BookmarkReachedEventArgs Members
Include Protected Members
Include Inherited Members
Returns data from the BookmarkReached event.
The BookmarkReachedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
AudioPosition | Gets the time offset at which the bookmark was reached. | |
Bookmark | Gets the name of the bookmark that was reached. | |
Cancelled | (inherited from AsyncCompletedEventArgs) | |
Error | (inherited from AsyncCompletedEventArgs) | |
Prompt | Gets the prompt associated with the event. (inherited from PromptEventArgs) | |
UserState | (inherited from AsyncCompletedEventArgs) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
RaiseExceptionIfNecessary | (inherited from AsyncCompletedEventArgs) | |
ToString | (inherited from Object) |
Top