SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterResult Class
Properties Methods

CharacterResult Class Members

The following tables list the members exposed by CharacterResult.

Public Properties
 NameDescription
Public PropertyGets the character baseline.

This read only property is the baseline of the character.

This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
 
Public PropertyGets a measure of the capital letter height for this letter's font in pixels.

This read only property is the height of a capital letter of the text in pixels.

This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
 
Public PropertyOverridden.  Gets the confidence value of the result object.  
Public PropertyGets font information about the recognized character. See FontAttributes for the details about each flag.

This read only property contains the font attribute flags describing each character. Multiple attributes can be set together. See FontAttributes for the details about each flag.

This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
 
Public PropertyGets the estimated font size (in points) of the recognized character.

This read only property is the font size (in points) of the recognized character.

This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
 
Public Property Gets the total number of results in the CharacterResult.  
Public Property Gets and sets the text string of the CharacterResult. If set, this will also set the Confidence to 100.  
Public PropertyOverridden.  Gets the coordinates of the rectangular area containing the character.  
Top
Public Methods
 NameDescription
Public Method Gets the confidence value for the index of the CharacterResult.  
Public Method Gets the text string for the index of the CharacterResult.  
Top
See Also