Module deepspeech_sys::root::DeepSpeech [] [src]

Structs

Model
Private

Functions

Model_Model

@brief An object providing an interface to a trained DeepSpeech model.

Model_Model_destructor

@brief Frees associated resources and destroys model object.

Model_enableDecoderWithLM

@brief Enable decoding using beam scoring with a KenLM language model.

Model_getInputVector

@brief Given audio, return a vector suitable for input to the DeepSpeech model.

Model_infer

@brief Run inference on the given audio.

Model_stt

@brief Use the DeepSpeech model to perform Speech-To-Text.