DocumentClassifierProject.ClassifyFile Method
|
Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void ClassifyFile(
string File,
int Page,
out DocumentClassifierClass PredictedClass,
out int ConfidenceLevel,
out DOCCLASSIFICATIONINFO[] Result,
out bool Confident,
[OptionalAttribute] bool Async
)
Public Sub ClassifyFile (
File As String,
Page As Integer,
<OutAttribute> ByRef PredictedClass As DocumentClassifierClass,
<OutAttribute> ByRef ConfidenceLevel As Integer,
<OutAttribute> ByRef Result As DOCCLASSIFICATIONINFO(),
<OutAttribute> ByRef Confident As Boolean,
<OptionalAttribute> Async As Boolean
)
public:
void ClassifyFile(
[InAttribute] String^ File,
[InAttribute] int Page,
[OutAttribute] DocumentClassifierClass^% PredictedClass,
[OutAttribute] int% ConfidenceLevel,
[OutAttribute] array<DOCCLASSIFICATIONINFO>^% Result,
[OutAttribute] bool% Confident,
[OptionalAttribute] [InAttribute] bool Async
)
Parameters
- File
- Type: System.String
- Page
- Type: System.Int32
- PredictedClass
- Type: Kofax.OmniPageCSDK.IproPlus.DocumentClassifierClass
- ConfidenceLevel
- Type: System.Int32
- Result
- Type:Kofax.OmniPageCSDK.IproPlus.DOCCLASSIFICATIONINFO[]
- Confident
- Type: System.Boolean
- Async (Optional)
- Type: System.Boolean
See Also