共用方式為


DocumentFigureOutput interface

物件,表示檔中的圖表。

屬性

boundingRegions

涵蓋此圖的周框區域。

caption

與圖表相關聯的標題。

elements

圖形的子元素,不包括任何標題或腳註。

footnotes

與圖表相關聯的腳注清單。

id

圖標識碼。

spans

讀取順序中圖形的位置串連內容。

屬性詳細資料

boundingRegions

涵蓋此圖的周框區域。

boundingRegions?: BoundingRegionOutput[]

屬性值

caption

與圖表相關聯的標題。

caption?: DocumentCaptionOutput

屬性值

elements

圖形的子元素,不包括任何標題或腳註。

elements?: string[]

屬性值

string[]

footnotes

與圖表相關聯的腳注清單。

footnotes?: DocumentFootnoteOutput[]

屬性值

id

圖標識碼。

id?: string

屬性值

string

spans

讀取順序中圖形的位置串連內容。

spans: DocumentSpanOutput[]

屬性值