[][src]Function deepspeech_sys::DS_GetModelBeamWidth

pub unsafe extern "C" fn DS_GetModelBeamWidth(aCtx: *const ModelState) -> c_uint

@brief Get beam width value used by the model. If {@link DS_SetModelBeamWidth} was not called before, will return the default value loaded from the model file.

@param aCtx A ModelState pointer created with {@link DS_CreateModel}.

@return Beam width value used by the model.