The grammar file type to use for speech recognition. A value of 'URL' indicates the grammarFile attribute specifies a URL that points to the grammar file. A value of BUILTIN
indicates the grammarFile attribute specifies the name of one of the platform built-in grammar files.
Name | Value | Notes |
---|---|---|
URL | URL | Represented in C# as 1 |
BUILT_IN | BUILTIN | Represented in C# as 2 |