共用方式為


DocumentStyle 類別

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

2023-07-31 版的新功能: similar_font_familyfont_stylefont_weight色彩background_color 屬性。

繼承
builtins.object
DocumentStyle

建構函式

DocumentStyle(**kwargs: Any)

方法

from_dict

將 DocumentStyle 圖形中的聽寫轉換成模型本身。

to_dict

傳回 DocumentStyle 的聽寫標記法。

from_dict

將 DocumentStyle 圖形中的聽寫轉換成模型本身。

from_dict(data: Dict) -> DocumentStyle

參數

data
dict
必要

DocumentStyle 圖形中的字典。

傳回

DocumentStyle

傳回類型

to_dict

傳回 DocumentStyle 的聽寫標記法。

to_dict() -> Dict

傳回

dict

傳回類型

屬性

background_color

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

background_color: str | None

color

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

color: str | None

confidence

正確識別樣式的信賴度。

confidence: float

font_style

「normal」、「italic」。

font_style: str | None

font_weight

「normal」、「bold」。

font_weight: str | None

is_handwritten

指出內容是否為手寫。

is_handwritten: bool | None

similar_font_family

在支援的字型系列之間以視覺化方式最類似的字型,其後援字型遵循 CSS 慣例 (例如 'Arial, sans-serif') 。

similar_font_family: str | None

spans

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

spans: List[DocumentSpan]