Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

ProprietaryEngineEventArgs Class

Returns data from an event raised by a proprietary speech synthesis engine.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.Speech.Synthesis.PromptEventArgs
        Microsoft.Speech.Synthesis.ProprietaryEngineEventArgs

Namespace:  Microsoft.Speech.Synthesis
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public Class ProprietaryEngineEventArgs _
    Inherits PromptEventArgs
'Usage
Dim instance As ProprietaryEngineEventArgs
public class ProprietaryEngineEventArgs : PromptEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProprietaryEngineEventArgs Members

Microsoft.Speech.Synthesis Namespace