RecAPIkRecEvalDCMatchInfo Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecEvalDCMatchInfo( int projectType, IntPtr hDCPredictedClass, int confidenceLevel, IntPtr hDCTargetClass, int confidenceThr, out int pDCMatchDecision, out IntPtr phDCSelectedClass )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecEvalDCMatchInfo ( projectType As Integer, hDCPredictedClass As IntPtr, confidenceLevel As Integer, hDCTargetClass As IntPtr, confidenceThr As Integer, <OutAttribute> ByRef pDCMatchDecision As Integer, <OutAttribute> ByRef phDCSelectedClass As IntPtr ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecEvalDCMatchInfo( int projectType, IntPtr hDCPredictedClass, int confidenceLevel, IntPtr hDCTargetClass, int confidenceThr, [OutAttribute] int% pDCMatchDecision, [OutAttribute] IntPtr% phDCSelectedClass )