TextAppearance クラス
テキスト行の外観を表す オブジェクト。
バージョン v2.1 の新機能: to_dict メソッドと from_dict メソッドのサポート
- 継承
-
builtins.objectTextAppearance
コンストラクター
TextAppearance(**kwargs: Any)
メソッド
from_dict |
TextAppearance の図形のディクテーションをモデル自体に変換します。 |
to_dict |
TextAppearance の dict 表現を返します。 |
from_dict
TextAppearance の図形のディクテーションをモデル自体に変換します。
from_dict(data: Dict) -> TextAppearance
パラメーター
戻り値
TextAppearance
の戻り値の型 :
to_dict
属性
style_confidence
テキストの線のスタイルの信頼度。
style_confidence: float
style_name
テキスト行のスタイル名。 使用可能な値は、"other"、"handwriting" です。
style_name: str
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python