Class ContentArea
Class ContentArea
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.8.0)
A content area detected in an image.
public class ContentAreaInheritance
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 imageField Value
index
The sequential index of the content area, unique within the image.
public int indexField Value
Properties
Rectangle
The bounding rectangle of the content area.
public Rectangle Rectangle { get; set; }Property Value
Rectangle