共用方式為


TextRecognitionResult interface

物件,表示已辨識的文字區域

屬性

clockwiseOrientation

以順時針方向的影像方向。 介於 [0, 360) 之間的範圍。

height

影像的高度,以圖元為單位,或以英吋為單位的 PDF。

lines

辨識的文字行清單。

page

辨識結果的 1 頁碼。

unit

Width、Height 和 BoundingBox 中使用的單位。 針對影像,單位為 'pixel'。 若為 PDF,則單位為 'inch'。 可能的值包括:'pixel'、'inch'

width

以圖元為單位的影像寬度,或以英吋為單位的 PDF。

屬性詳細資料

clockwiseOrientation

以順時針方向的影像方向。 介於 [0, 360) 之間的範圍。

clockwiseOrientation?: number

屬性值

number

height

影像的高度,以圖元為單位,或以英吋為單位的 PDF。

height?: number

屬性值

number

lines

辨識的文字行清單。

lines: Line[]

屬性值

Line[]

page

辨識結果的 1 頁碼。

page?: number

屬性值

number

unit

Width、Height 和 BoundingBox 中使用的單位。 針對影像,單位為 'pixel'。 若為 PDF,則單位為 'inch'。 可能的值包括:'pixel'、'inch'

unit?: TextRecognitionResultDimensionUnit

屬性值

width

以圖元為單位的影像寬度,或以英吋為單位的 PDF。

width?: number

屬性值

number