Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Prompt Constructor (PromptBuilder)
Creates a new instance of the Prompt class from a PromptBuilder object.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Sub New ( _
promptBuilder As PromptBuilder _
)
'Usage
Dim promptBuilder As PromptBuilder
Dim instance As New Prompt(promptBuilder)
public Prompt(
PromptBuilder promptBuilder
)
Parameters
- promptBuilder
Type: Microsoft.Speech.Synthesis.PromptBuilder
The content to be spoken.