SpeechRecognitionGrammarFileConstraint.GrammarFile Property

Definition

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.

Applies to

See also