Click or drag to resize

DCProjectClassifyText 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> ClassifyText(
	string pText,
	out DCClass bestClass,
	out uint confidence,
	out bool isClassified
)

Parameters

pText
Type: SystemString
bestClass
Type: Kofax.OmniPageCSDK.ObjectsDCClass
confidence
Type: SystemUInt32
isClassified
Type: SystemBoolean

Return Value

Type: ListDCMatch
See Also