共用方式為


DocumentStyleOutput interface

物件,表示觀察到的文字樣式。

屬性

backgroundColor

#rrggbb 十六進位格式的背景色彩。

color

#rrggbb 十六進位格式的前景色彩。

confidence

正確識別樣式的信賴度。

fontStyle

字形。

可能的值:“normal”、“italic”

fontWeight

字型粗細。

可能的值:“normal”、“bold”

isHandwritten

內容是手寫的嗎?

similarFontFamily

視覺上最類似字型系列中的字型集合,後援字型遵循 CSS 慣例(例如 'Arial, sans-serif')。

spans

樣式所套用之串連內容中的文字專案位置。

屬性詳細資料

backgroundColor

#rrggbb 十六進位格式的背景色彩。

backgroundColor?: string

屬性值

string

color

#rrggbb 十六進位格式的前景色彩。

color?: string

屬性值

string

confidence

正確識別樣式的信賴度。

confidence: number

屬性值

number

fontStyle

字形。

可能的值:“normal”、“italic”

fontStyle?: string

屬性值

string

fontWeight

字型粗細。

可能的值:“normal”、“bold”

fontWeight?: string

屬性值

string

isHandwritten

內容是手寫的嗎?

isHandwritten?: boolean

屬性值

boolean

similarFontFamily

視覺上最類似字型系列中的字型集合,後援字型遵循 CSS 慣例(例如 'Arial, sans-serif')。

similarFontFamily?: string

屬性值

string

spans

樣式所套用之串連內容中的文字專案位置。

spans: DocumentSpanOutput[]

屬性值