ImageGear for .NET
AlternativeCharacters Property
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : AlternativeCharacters Property




Glossary Item Box

Gets a collection that contains all of the possible alternative characters to the primary choice available from the Code property.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

ReadOnlyCollection value.

Remarks

Alternative character values are commonly available for characters that are frequently misrecognized during the OCR process. For example, 'i' and 'l' are common alternatives for each other. Characters recognized with high confidence will typically not have any alternative character values in which case an empty collection is returned.

This is a read-only property. If the ImGearRecPage.SetLetters method is called with an array of ImGearRecLetter class objects that has been modified, this property will be cleared after the subsequent call to ImGearRecPage.Recognize.

See Also

©2013. Accusoft Corporation. All Rights Reserved.