Options
All
  • Public
  • Public/Protected
  • All
Menu

The type of words to be listed from the custom language model's words resource: * all (the default) shows all words. * user shows only custom words that were added or modified by the user directly. * corpora shows only OOV that were extracted from corpora. * grammars shows only OOV words that are recognized by grammars.

Index

Enumeration members

Enumeration members

ALL

ALL: = "all"

CORPORA

CORPORA: = "corpora"

GRAMMARS

GRAMMARS: = "grammars"

USER

USER: = "user"

Generated using TypeDoc