Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptBuilder.Id Property
Gets or sets a value that is the identifier for a PromptBuilder instance.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Property Id As String
Get
Set
'Usage
Dim instance As PromptBuilder
Dim value As String
value = instance.Id
instance.Id = value
public string Id { get; set; }
Property Value
Type: System.String
Returns the identifier for PromptBuilder instance.