Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptEventArgs.Prompt Property
Gets the prompt associated with the event.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property Prompt As Prompt
Get
'Usage
Dim instance As PromptEventArgs
Dim value As Prompt
value = instance.Prompt
public Prompt Prompt { get; }
Property Value
Type: Microsoft.Speech.Synthesis.Prompt
The Prompt object associated with the event.