RecAPIkRecCalculateBestDCConfidence Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecCalculateBestDCConfidence( int sid, IntPtr hDCProject, double wMisClassified, double wFalseNegative, double wFalsePositive, out int bestConf )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecCalculateBestDCConfidence ( sid As Integer, hDCProject As IntPtr, wMisClassified As Double, wFalseNegative As Double, wFalsePositive As Double, <OutAttribute> ByRef bestConf As Integer ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecCalculateBestDCConfidence( int sid, IntPtr hDCProject, double wMisClassified, double wFalseNegative, double wFalsePositive, [OutAttribute] int% bestConf )