Skip to main content

Table of Contents

api

Speech Objects

class Speech(AudioModel)

fit

def fit(path)

Fit a file in filepath to Deepspeech Model.

Parameters

path : string, File Path of Video/Sound file format.

get_transcribe

def get_transcribe()

Get the model object of Transcribe

Returns:

  • self - object Model Object

get_speech_features

def get_speech_features()

Get the model object of Speech Features

Returns:

  • self - object Model Object