SpeechSynthesizer.WordBoundary Event

Definition

Signals that a word boundary was received. Added in 1.7.0

public event EventHandler<Microsoft.CognitiveServices.Speech.SpeechSynthesisWordBoundaryEventArgs> WordBoundary;
member this.WordBoundary : EventHandler<Microsoft.CognitiveServices.Speech.SpeechSynthesisWordBoundaryEventArgs> 
Public Custom Event WordBoundary As EventHandler(Of SpeechSynthesisWordBoundaryEventArgs) 

Event Type

Applies to