共用方式為


DocumentWord interface

由連續字元序列組成的 word 物件。 對於非空格分隔的語言,例如中文、日文和韓文,每個字元都會以自己的單字表示。

Extends

屬性

confidence

正確擷取單字的信心。

content

文字內容的文字內容。

span

閱讀順序中文字的位置串連內容。

繼承的屬性

polygon

實體的周框多邊形。

屬性詳細資料

confidence

正確擷取單字的信心。

confidence: number

屬性值

number

content

文字內容的文字內容。

content: string

屬性值

string

span

閱讀順序中文字的位置串連內容。

span: DocumentSpan

屬性值

繼承的屬性詳細資料

polygon

實體的周框多邊形。

polygon?: Point2D[]

屬性值

繼承自HasBoundingPolygon.polygon