Class LayoutOutput
Class LayoutOutput
Pôvodný názov: Aspose.OCR Zhromaždenie: Aspose.OCR.dll (25.4.0)
Informácie o zistených oblastiach obsahu na obrázku.
public class LayoutOutput
Inheritance
Z dedičných členov
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
Zistené únosy .
public List<contentarea> Captions { get; set; }
Hodnota nehnuteľnosti
List < ContentArea >
Equations
Zistené rovnice
public List<contentarea> Equations { get; set; }
Hodnota nehnuteľnosti
List < ContentArea >
Headers
Zistené hlavy
public List<contentarea> Headers { get; set; }
Hodnota nehnuteľnosti
List < ContentArea >
Images
Zobrazené obrázky / ilustrácie.
public List<contentarea> Images { get; set; }
Hodnota nehnuteľnosti
List < ContentArea >
Lists
Zistené zoznamy
public List<contentarea> Lists { get; set; }
Hodnota nehnuteľnosti
List < ContentArea >
Page
Počet stránok pre viacstránkové obrázky.
public int Page { get; set; }
Hodnota nehnuteľnosti
Paragraphs
Zistené odseky
public List<contentarea> Paragraphs { get; set; }
Hodnota nehnuteľnosti
List < ContentArea >
Source
Úplná cesta k súboru alebo URL, ak je to vhodné. prázdne pre obrázky poskytnuté ako stream, byte array, alebo Base64.
public string Source { get; set; }
Hodnota nehnuteľnosti
Tables
Zistené tabuľky
public List<contentarea> Tables { get; set; }
Hodnota nehnuteľnosti
List < ContentArea >