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

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

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

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