Skip to main content
This object represents a variant of a word recognition. It is an element of WordRecognitionVariants collection.
The Voting API is not available for handwritten/handprinted texts recognition.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
IsWordFromDictionaryVARIANT\_BOOL, read-onlySpecifies whether the word is found in the dictionary.
MeanStrokeWidthdouble, read-onlyReturns the mean width of stroke in the RLE representation of a word image, expressed in pixels.
ModelTypeWordModelTypeEnum, read-onlyReturns the type of model used while composing the word.
TextBSTR, read-onlyReturns the word. <Note> In contrast with the IParagraph::Text property, if the paragraph has right-to-left writing direction (like for Hebrew), a recognition variant is a string which contains characters of the word from left to right. For example, the Hebrew word Hebrew will be returned as the string "Hebrew". </Note>
WordConfidenceint, read-onlyStores the value of recognition confidence of the word variant. It is calculated using different bonuses (e.g., for a word from dictionary, for used word model) and penalties (e.g., for recognition quality). It represents an estimate of probability that this word variant is correct. The value makes sense only when different recognition variants of one word are compared.

Methods

NameDescription
GetCharParamsProvides access to parameters of a single character.
WordRecognitionVariant Object Diagram

Output parameter

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

See also

WordRecognitionVariants CharacterRecognitionVariant Using Voting API Working with Properties