Class RectangleOutput

Class RectangleOutput

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (26.2.0)

Data about detected text areas or lines.

public class RectangleOutput

Inheritance

object RectangleOutput

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

RectangleOutput()

public RectangleOutput()

Properties

Page

Page number for multi-page images.

public int Page { get; set; }

Property Value

int

Rectangles

List of detected text areas or lines.

public List<Rectangle> Rectangles { get; set; }

Property Value

List <Rectangle>

Source

The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

public string Source { get; set; }

Property Value

string

 English