Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfRecognitionEngine.Grammars Property
Gets a list of Grammar objects loaded into the current instance of DtmfRecognitionEngine.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property Grammars As ReadOnlyCollection(Of Grammar)
Get
'Usage
Dim instance As DtmfRecognitionEngine
Dim value As ReadOnlyCollection(Of Grammar)
value = instance.Grammars
public ReadOnlyCollection<Grammar> Grammars { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Grammar>