Class LayoutOutput
İsim alanı : Aspose.OCR Toplama: Aspose.OCR.dll (25.4.0)
Görüntüde tespit edilen içerik alanları hakkında bilgi.
public class LayoutOutput
Inheritance
mirasçı üyeleri
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
Keşfedilen tutuklamalar
public List<contentarea> Captions { get; set; }
Mülkiyet Değer
List < için; ContentArea >
Equations
Keşfedilen eşitlikler
public List<contentarea> Equations { get; set; }
Mülkiyet Değer
List < için; ContentArea >
Headers
Görüntülenen başlıklar
public List<contentarea> Headers { get; set; }
Mülkiyet Değer
List < için; ContentArea >
Images
Görüntüleme / Görüntüleme Görüntüleme.
public List<contentarea> Images { get; set; }
Mülkiyet Değer
List < için; ContentArea >
Lists
Keşfedilen listeler
public List<contentarea> Lists { get; set; }
Mülkiyet Değer
List < için; ContentArea >
Page
Çok sayfalık resimler için sayfa sayısı.
public int Page { get; set; }
Mülkiyet Değer
Paragraphs
tespit edilen paragraflar.
public List<contentarea> Paragraphs { get; set; }
Mülkiyet Değer
List < için; ContentArea >
Source
Dosya veya URL’ye tam yol, eğer uygulanırsa. bir akım, byte aralığı veya Base64 olarak sağlanan resimler için boş.
public string Source { get; set; }
Mülkiyet Değer
Tables
Bulunan tablolar
public List<contentarea> Tables { get; set; }
Mülkiyet Değer
List < için; ContentArea >