Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SrgsText.Text Property
Gets or sets the text contained within the SrgsText class instance.
Namespace: Microsoft.Speech.Recognition.SrgsGrammar
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Property Text As String
Get
Set
'Usage
Dim instance As SrgsText
Dim value As String
value = instance.Text
instance.Text = value
public string Text { get; set; }
Property Value
Type: System.String
The text contained within the SrgsText instance.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | An attempt is made to set Text to a null reference (Nothing in Visual Basic). |