Click or drag to resize

DCProject.ClassifyText Method

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntax
public List<DCMatch> ClassifyText(
	string pText,
	out DCClass bestClass,
	out uint confidence,
	out bool isClassified
)

Parameters

pText
Type: System.String
bestClass
Type: Kofax.OmniPageCSDK.Objects.DCClass
confidence
Type: System.UInt32
isClassified
Type: System.Boolean

Return Value

Type: List<DCMatch>
See Also