你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextAppearance 类

一个表示文本行外观的 对象。

版本 v2.1 中的新增功能:支持 to_dictfrom_dict 方法

继承
builtins.object
TextAppearance

构造函数

TextAppearance(**kwargs: Any)

方法

from_dict

将 TextAppearance 形状中的 dict 转换为模型本身。

to_dict

返回 TextAppearance 的听写表示形式。

from_dict

将 TextAppearance 形状中的 dict 转换为模型本身。

from_dict(data: Dict) -> TextAppearance

参数

data
dict
必需

TextAppearance 形状的字典。

返回

TextAppearance

返回类型

to_dict

返回 TextAppearance 的听写表示形式。

to_dict() -> Dict

返回

dict

返回类型

属性

style_confidence

文本线条样式的置信度。

style_confidence: float

style_name

文本线条样式名称。 可能的值包括:“other”、“handwriting”。

style_name: str