[][src]Function deepspeech_sys::DS_DisableExternalScorer

pub unsafe extern "C" fn DS_DisableExternalScorer(
    aCtx: *mut ModelState
) -> c_int

@brief Disable decoding using an external scorer.

@param aCtx The ModelState pointer for the model being changed.

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