Class ContentArea

Class ContentArea

Namn på plats: Aspose.OCR Sammanfattning: Aspose.OCR.dll (25.4.0)

Ett innehållsområde som upptäcks i en bild.

public class ContentArea

Inheritance

object ContentArea

Arvsmedlemmar

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

Constructors

ContentArea()

public ContentArea()

Fields

Bilden

Bild region med innehållet.

public MemoryStream image

Fältvärde

MemoryStream

index

Sekvensindexet för innehållsområdet, unikt inom bilden.

public int index

Fältvärde

int

Properties

Rectangle

Den gränsöverskridande rektangeln i innehållsområdet.

public Rectangle Rectangle { get; set; }

Fastighetsvärde

Rectangle

 Svenska