Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SrgsRuleRef.Uri Property
Gets the URI for the rule that this SrgsRuleRef object references.
Namespace: Microsoft.Speech.Recognition.SrgsGrammar
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property Uri As Uri
Get
'Usage
Dim instance As SrgsRuleRef
Dim value As Uri
value = instance.Uri
public Uri Uri { get; }
Property Value
Type: System.Uri
The location of the rule to reference.