Skip to main content
This object represents the variant of a character recognition. The object provides access to the variant itself and its confidence, probability that a character is written with a Serif font, and the information whether the character is superscript or subscript. It is an element of the CharacterRecognitionVariants collection. You can select the best recognition variant for a character by voting between the variants. See Using Voting API for details.
The Voting API is not available for handwritten/handprinted texts recognition.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
CharacterBSTR, read-onlyReturns the variant of a character recognition.
CharConfidenceint, read-onlyStores the value of recognition confidence for this variant of character recognition. Confidence estimates the accuracy of a recognition variant. It should not be understood as a general recognition quality measure: the only safe use of confidence is for comparing recognition variants of the same character. The characters extracted from the source PDF file without recognition have confidence set to 55.
IsSubscriptVARIANT\_BOOL, read-onlySpecifies whether the character is subscript.
IsSuperscriptVARIANT\_BOOL, read-onlySpecifies whether the character is superscript.
SerifProbabilityint, read-onlyThe value of this property specifies probability that a character is written in a Serif font. It is in the range from 0 to 100, and 255 corresponds to the fact that the probability is undefined.
CharacterRecognitionVariant Object Diagram

Output parameter

This object is the output parameter of the Item method of the CharacterRecognitionVariants object.

See also

CharacterRecognitionVariants WordRecognitionVariant Using Voting API Working with Properties