Class Character
Class Character
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.4.0)
Data about detected character.
public class Character
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Character()
public Character()
Properties
Coordinates
Character coordinates.
public Rectangle Coordinates { get; set; }
Property Value
Rectangle
Value
Detected character.
public char Value { get; set; }