EventId Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the identifier of the event raised by a proprietary speech synthesis engine.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property EventId As Integer
	Get
Visual Basic (Usage)
Dim instance As ProprietaryEngineEventArgs
Dim value As Integer

value = instance.EventId
C#
public int EventId { get; }

Property Value

Type: System..::..Int32

See Also