Class LayoutOutput

Class LayoutOutput

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

Informacje o zidentyfikowanych obszarach treści w obrazie.

public class LayoutOutput

Inheritance

object LayoutOutput

Dziedziczeni członkowie

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

Constructors

LayoutOutput()

public LayoutOutput()

Properties

Captions

Znaleziono więzienie.

public List<contentarea> Captions { get; set; }

Wartość nieruchomości

List • < ContentArea >

Equations

zidentyfikowane równania.

public List<contentarea> Equations { get; set; }

Wartość nieruchomości

List • < ContentArea >

Headers

Znaleziono nagłówki.

public List<contentarea> Headers { get; set; }

Wartość nieruchomości

List • < ContentArea >

Images

Znaleziono zdjęcia / ilustracje.

public List<contentarea> Images { get; set; }

Wartość nieruchomości

List • < ContentArea >

Lists

wykryte listy .

public List<contentarea> Lists { get; set; }

Wartość nieruchomości

List • < ContentArea >

Page

Numer strony dla obrazów wielokątnych.

public int Page { get; set; }

Wartość nieruchomości

int

Paragraphs

zidentyfikowanych ustępów.

public List<contentarea> Paragraphs { get; set; }

Wartość nieruchomości

List • < ContentArea >

Source

Pełna ścieżka do pliku lub adresu URL, w stosownych przypadkach. Puste dla obrazów dostarczonych jako strumień, zakres bytu lub Base64.

public string Source { get; set; }

Wartość nieruchomości

string

Tables

wykryte tabele.

public List<contentarea> Tables { get; set; }

Wartość nieruchomości

List • < ContentArea >

 Polski