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
الجداول المكتشفة.