Struct ds_transcriber::model::DeepSpeechModel [−][src]
pub struct DeepSpeechModel {
pub model: Model,
}Expand description
Fields
model: ModelImplementations
impl DeepSpeechModel[src]
impl DeepSpeechModel[src]pub fn instantiate_from(model_dir_str: String) -> Self[src]
pub fn instantiate_from(model_dir_str: String) -> Self[src]Accepts a string with the path of the deep speech model. Tested with DeepSpeech model versions 0.9.x