Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SpeechSynthesizer.ProprietaryEngineEvent Event
This event is for use by developers of custom speech synthesis engines.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Event ProprietaryEngineEvent As EventHandler(Of ProprietaryEngineEventArgs)
'Usage
Dim instance As SpeechSynthesizer
Dim handler As EventHandler(Of ProprietaryEngineEventArgs)
AddHandler instance.ProprietaryEngineEvent, handler
public event EventHandler<ProprietaryEngineEventArgs> ProprietaryEngineEvent