DocumentStyle 類別
物件,表示觀察到的文字樣式。
2023-07-31 版的新功能: similar_font_family、 font_style、 font_weight、 色彩和 background_color 屬性。
- 繼承
-
builtins.objectDocumentStyle
建構函式
DocumentStyle(**kwargs: Any)
方法
from_dict |
將 DocumentStyle 圖形中的聽寫轉換成模型本身。 |
to_dict |
傳回 DocumentStyle 的聽寫標記法。 |
from_dict
將 DocumentStyle 圖形中的聽寫轉換成模型本身。
from_dict(data: Dict) -> DocumentStyle
參數
傳回
DocumentStyle
傳回類型
to_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]