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

@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.