SpeechSynthesizer.WordBoundary Event
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.
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)