Class LayoutOutput

Class LayoutOutput

名称: Aspose.OCR 集合: Aspose.OCR.dll (25.4.0)

图像中发现的内容区域的信息。

public class LayoutOutput

Inheritance

object LayoutOutput

继承人

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

发现的捕获。

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

财产价值

List < ContentArea >

Equations

发现的方程式

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

财产价值

List < ContentArea >

Headers

发现的头条。

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

财产价值

List < ContentArea >

Images

发现的图像/图像

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

财产价值

List < ContentArea >

Lists

发现的列表

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

财产价值

List < ContentArea >

Page

多页图像的页数。

public int Page { get; set; }

财产价值

int

Paragraphs

发现的段落。

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

财产价值

List < ContentArea >

Source

完整的路径到文件或URL,如果适用. 空的图像提供作为流,比特序列,或 Base64.

public string Source { get; set; }

财产价值

string

Tables

发现的桌子

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

财产价值

List < ContentArea >

 中文