Class ContentArea

Class ContentArea

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

A content area detected in an image.

public class ContentArea

Inheritance

objectContentArea

Inherited Members

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

Constructors

ContentArea()

public ContentArea()

Fields

image

Image region with the content.

public MemoryStream image

Field Value

MemoryStream

index

The sequential index of the content area, unique within the image.

public int index

Field Value

int

Properties

Rectangle

The bounding rectangle of the content area.

public Rectangle Rectangle { get; set; }

Property Value

Rectangle