Click or drag to resize

DCProjectClassifyText Method

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

Parameters

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

Return Value

Type: ListDCMatch
See Also