SpeechRecognitionGrammarFileConstraint.GrammarFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the StorageFile object representing the Speech Recognition Grammar Specification (SRGS) grammar file.
public:
property StorageFile ^ GrammarFile { StorageFile ^ get(); };
StorageFile GrammarFile();
public StorageFile GrammarFile { get; }
var storageFile = speechRecognitionGrammarFileConstraint.grammarFile;
Public ReadOnly Property GrammarFile As StorageFile
Property Value
The object representing the Speech Recognition Grammar Specification (SRGS) grammar file.