_____ ____ _____ ____ _ | _ | __| _ | | __|___ ___|_|___ ___ | |__ | - | __| | _ | | | -_| |__|__|____|__|__| |____|_|_|__ |_|_|_|___| ©2019-2024 Mod9 Technologies |__| v. 1.9.5 Default usage: engine Loads default ASR model for English (along with G2P and NLP models). Example usage: engine --models.asr=en,es,mod9/en-US_phone-ivector Loads various operator-specified ASR models when starting the Engine. Advanced usage: engine --models.asr= --models.mutable Start with no ASR models; clients may load, unload, and modify models in memory. ASR models load from directories in the asr/ subdirectory of --models.path. The first loaded ASR model is a default for requests with no "asr-model" option. G2P and NLP models also load from subdirectories of --models.path. These may be configured to match an ASR model's language and its phones. NOTE: set option values with an equals sign: e.g. --port=9900 (not --port 9900). Options: --license : Show the applicable license agreement. --models.asr : Comma-separated names of ASR models to load. (string, default = "en") --models.mutable : Enable commands that customize ASR models. (bool, default = false) --models.path : Root directory with model subdirectories. (string, default = "/opt/mod9-asr/models") --port : Listen on this TCP port. (int, default = 9900) --version : Show the version number and build metadata.