/// <summary> /// Get beam width value used by the model. If SetModelBeamWidth was not /// called before, will return the default value loaded from the model file. /// </summary> /// <returns>Beam width value used by the model.</returns> public unsafe uint GetModelBeamWidth() { return(NativeImp.DS_GetModelBeamWidth(_modelStatePP)); }