Name | Description | |
---|---|---|
AlternativeCharacters | Gets a collection that contains all of the possible alternative characters to the primary choice available from the Code property. | |
AlternativeLanguage | Gets or sets the alternative language of the recognized word. | |
BackgroundColor | Gets the background color of the letter. | |
Baseline | Gets or sets Y coordinate of the baseline in pixels. | |
CapitalLetterHeight | Gets or sets a measure of the capital letter height in pixels. | |
Code | Gets or sets the character code in UNICODE. This is the first choice of the recognition or a special code 0xfffd for rejected characters. | |
Confidence | Gets or sets confidence level of first guess for the character (0 = not confident, 100 = confident). | |
ConfidenceInfo | Gets or sets the confidence number expressing both the certainty of the recognition of the first guess (Code property) and also the certainty of the word. | |
FontAttribute | Gets or sets font information about the recognized character. Used by the OCR engines. See ImGearRecFontFlags description for more details. | |
ForegroundColor | Gets the foreground color of the letter. | |
Language | Gets or sets the language of the recognized word. | |
Makeup | Gets or sets Makeup infomation (formatting attributes). | |
Rect | Gets a reference to the rectangle exactly containing the character. | |
SpacesCount | Gets or sets the number of spaces if this letter is a space. | |
SpaceType | Gets or sets the type of the space, such as real space, tab, dot leader, etc. | |
UnderlineDotWidth | Gets or sets the width of a dot in pixels if the "underline" is underdots in reality. | |
UnderlineGapWidth | Gets or sets the width of a gap in pixels if the "underline" is underdots in reality. | |
WordSuggestions | Gets a collection that contains all of the possible word suggestions for the current word to which this ImGearRecLetter belongs. | |
WordUncertain | Gets or sets a value indicating whether the word containing the character is uncertain. | |
ZoneIndex | Gets or sets the index of the zone in ImGearRecPage.Zones which contains the character. |