DocumentClassifierProject.WaitForClassification 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 bool WaitForClassification(
out DocumentClassifierClass PredictedClass,
out int ConfidenceLevel,
out DOCCLASSIFICATIONINFO[] Result,
out bool Confident,
[OptionalAttribute] int Milliseconds
)
Public Function WaitForClassification (
<OutAttribute> ByRef PredictedClass As DocumentClassifierClass,
<OutAttribute> ByRef ConfidenceLevel As Integer,
<OutAttribute> ByRef Result As DOCCLASSIFICATIONINFO(),
<OutAttribute> ByRef Confident As Boolean,
<OptionalAttribute> Milliseconds As Integer
) As Boolean
public:
bool WaitForClassification(
[OutAttribute] DocumentClassifierClass^% PredictedClass,
[OutAttribute] int% ConfidenceLevel,
[OutAttribute] array<DOCCLASSIFICATIONINFO>^% Result,
[OutAttribute] bool% Confident,
[OptionalAttribute] [InAttribute] int Milliseconds
)
Parameters
- PredictedClass
- Type: Kofax.OmniPageCSDK.IproPlus.DocumentClassifierClass
- ConfidenceLevel
- Type: System.Int32
- Result
- Type:Kofax.OmniPageCSDK.IproPlus.DOCCLASSIFICATIONINFO[]
- Confident
- Type: System.Boolean
- Milliseconds (Optional)
- Type: System.Int32
Return Value
Type:
Boolean
See Also