DCProjectClassifyDocument Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public List<DCMatch> ClassifyDocument(
string fileName,
int nPage,
out DCClass bestClass,
out uint confidence,
out bool isConfident
)
Public Function ClassifyDocument (
fileName As String,
nPage As Integer,
<OutAttribute> ByRef bestClass As DCClass,
<OutAttribute> ByRef confidence As UInteger,
<OutAttribute> ByRef isConfident As Boolean
) As List(Of DCMatch)
public:
List<DCMatch^>^ ClassifyDocument(
String^ fileName,
int nPage,
[OutAttribute] DCClass^% bestClass,
[OutAttribute] unsigned int% confidence,
[OutAttribute] bool% isConfident
)
Parameters
- fileName
- Type: SystemString
- nPage
- Type: SystemInt32
- bestClass
- Type: Kofax.OmniPageCSDK.ObjectsDCClass
- confidence
- Type: SystemUInt32
- isConfident
- Type: SystemBoolean
Return Value
Type:
ListDCMatchSee Also