ProprietaryData Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the data from 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 ProprietaryData As IntPtr
	Get
Visual Basic (Usage)
Dim instance As ProprietaryEngineEventArgs
Dim value As IntPtr

value = instance.ProprietaryData
C#
public IntPtr ProprietaryData { get; }

Property Value

Type: System..::..IntPtr

See Also