coqui_stt_sys

Function STT_CreateModel

Source
pub unsafe extern "C" fn STT_CreateModel(
    aModelPath: *const c_char,
    retval: *mut *mut ModelState,
) -> c_int
Expand description

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

@param aModelPath The path to the frozen model graph. @param[out] retval a ModelState pointer

@return Zero on success, non-zero on failure.