Word Class
Represents word of text in a line.
Inheritance
System.Object
Word
Namespace: Syncfusion.OCRProcessor
Assembly: Syncfusion.OCRProcessor.Base.dll
Syntax
public class Word : Object
Constructors
Word()
Initialize word of text in a line.
Declaration
public Word()
Properties
Rectangle
Gets or sets the bounds of the text.
Declaration
public Rectangle Rectangle { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Rectangle |
Text
Gets or sets the OCR text.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |