DCProject.ClassifyPage Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntaxpublic List<DCMatch> ClassifyPage(
Page page,
out DCClass bestClass,
out uint confidence,
out bool isConfident
)
Public Function ClassifyPage (
page As Page,
<OutAttribute> ByRef bestClass As DCClass,
<OutAttribute> ByRef confidence As UInteger,
<OutAttribute> ByRef isConfident As Boolean
) As List(Of DCMatch)
public:
List<DCMatch^>^ ClassifyPage(
Page^ page,
[OutAttribute] DCClass^% bestClass,
[OutAttribute] unsigned int% confidence,
[OutAttribute] bool% isConfident
)
Parameters
- page
- Type: Kofax.OmniPageCSDK.Objects.Page
- bestClass
- Type: Kofax.OmniPageCSDK.Objects.DCClass
- confidence
- Type: System.UInt32
- isConfident
- Type: System.Boolean
Return Value
Type:
List<DCMatch>
See Also