ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter Class
Properties


In This Topic
    ImGearOCRLetter Class Members
    In This Topic

    The following tables list the members exposed by ImGearOCRLetter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a collection that contains all of the possible alternative characters to the primary choice available from the Code property.  
    Public PropertyGets the character baseline.  
    Public PropertyGets a measure of the capital letter height for this letter's font in pixels.  
    Public PropertyGets the character. This is the first choice of the recognition or a special code 0xfffd for rejected characters.  
    Public PropertyGets the confidence level of first guess for the character (0 = not confident, 100 = confident).  
    Public PropertyGets font information about the recognized character. See ImGearOCRFontFlags for the details about each flag.  
    Public PropertyGets the estimated font size (in points) of the recognized character.  
    Public PropertyGets a reference to the rectangle exactly containing the character.  
    Public PropertyGets the index of the ImGearOCRZone in which this character was recognized, relative to its ImGearOCRZoneCollection. If the zone collection is empty at the time of recognition, this value is zero.  
    Top
    See Also