Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 527 Bytes

File metadata and controls

13 lines (6 loc) · 527 Bytes

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.

Enum

  • URL (value: 'URL')

  • BUILTIN (value: 'BUILTIN')

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