Class LayoutOutput

Class LayoutOutput

Il nome: Aspose.OCR Assemblea: Aspose.OCR.dll (25.4.0)

Informazioni sulle aree di contenuto rilevate nell’immagine.

public class LayoutOutput

Inheritance

object LayoutOutput

I membri ereditari

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

delle catture rilevate.

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

Valore di proprietà

List di < ContentArea >

Equations

Le equazioni rilevate.

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

Valore di proprietà

List di < ContentArea >

Headers

I capolavori identificati.

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

Valore di proprietà

List di < ContentArea >

Images

Immagini e illustrazioni rilevate.

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

Valore di proprietà

List di < ContentArea >

Lists

Elenco rilevato.

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

Valore di proprietà

List di < ContentArea >

Page

Numero di pagina per immagini multi-pagine.

public int Page { get; set; }

Valore di proprietà

int

Paragraphs

I paragrafi rilevati.

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

Valore di proprietà

List di < ContentArea >

Source

Il percorso completo al file o URL, se applicabile. vuoto per le immagini fornite come un flusso, array byte, o Base64.

public string Source { get; set; }

Valore di proprietà

string

Tables

I tavoli rilevati.

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

Valore di proprietà

List di < ContentArea >

 Italiano