Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 641 Bytes

GrammarType.md

File metadata and controls

12 lines (8 loc) · 641 Bytes

freeclimb.Enums.GrammarType

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.

Properties

Name Value Notes
URL URL Represented in C# as 1
BUILT_IN BUILTIN Represented in C# as 2

[Back to Model list] [Back to API list] [Back to README]