RecAPIkRecGetDCConfidenceThreshold Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecGetDCConfidenceThreshold( IntPtr hDCProject, out int ConfidenceThreshold )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecGetDCConfidenceThreshold ( hDCProject As IntPtr, <OutAttribute> ByRef ConfidenceThreshold As Integer ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecGetDCConfidenceThreshold( IntPtr hDCProject, [OutAttribute] int% ConfidenceThreshold )