LayoutOutput

Inheritance: java.lang.Object

public class LayoutOutput

معلومات حول مناطق المحتوى المكتشفة في الصورة.

المنشئات

منشئالوصف
LayoutOutput()

الحقول

حقلالوصف
captionsالعناوين المكتشفة.
equationsالمعادلات المكتشفة.
headersالعناوين الرئيسية المكتشفة.
imagesالصور/الرسوم التوضيحية المكتشفة.
listsالقوائم المكتشفة.
pageرقم الصفحة.
paragraphsالفقرات المكتشفة.
sourceالمسار الكامل للملف أو URL، إذا كان موجودًا.
tablesالجداول المكتشفة.

LayoutOutput()

public LayoutOutput()

captions

public ArrayList<ContentArea> captions

العناوين المكتشفة.

equations

public ArrayList<ContentArea> equations

المعادلات المكتشفة.

headers

public ArrayList<ContentArea> headers

العناوين الرئيسية المكتشفة.

images

public ArrayList<ContentArea> images

الصور/الرسوم التوضيحية المكتشفة.

lists

public ArrayList<ContentArea> lists

القوائم المكتشفة.

page

public int page

رقم الصفحة.

paragraphs

public ArrayList<ContentArea> paragraphs

الفقرات المكتشفة.

source

public String source

المسار الكامل للملف أو URL، إذا كان موجودًا. فارغ للتدفقات، مصفوفات البايت، base64.

tables

public ArrayList<ContentArea> tables

الجداول المكتشفة.