Class ContentArea

Class ContentArea

Nazwa przestrzeń: Aspose.OCR Zgromadzenie: Aspose.OCR.dll (25.4.0)

Obszar zawartości wykryty w obrazie.

public class ContentArea

Inheritance

object ContentArea

Dziedziczeni członkowie

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

Constructors

ContentArea()

public ContentArea()

Fields

Zdjęcie

Obszar obrazu z treścią.

public MemoryStream image

Wartość pola

MemoryStream

Indeks

Sekwencyjny indeks obszaru treści, unikalny w obrazie.

public int index

Wartość pola

int

Properties

Rectangle

Poniższa rektangula obszaru treści.

public Rectangle Rectangle { get; set; }

Wartość nieruchomości

Rectangle

 Polski