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

DocumentStyle interface

表示观察到的文本样式的 对象。

属性

backgroundColor

#rrggbb 十六进制格式的背景色。

color

#rrggbb 十六进制格式的前景色。

confidence

正确标识样式的置信度。

fontStyle

字形。

fontWeight

字体粗细。

isHandwritten

内容是手写的吗?

similarFontFamily

在视觉上最相似的字体来自支持的字体系列集,回退字体遵循 CSS 约定 (例如'Arial, sans-serif') 。

spans

样式应用于的串联内容中文本元素的位置。

属性详细信息

backgroundColor

#rrggbb 十六进制格式的背景色。

backgroundColor?: string

属性值

string

color

#rrggbb 十六进制格式的前景色。

color?: string

属性值

string

confidence

正确标识样式的置信度。

confidence: number

属性值

number

fontStyle

字形。

fontStyle?: string

属性值

string

fontWeight

字体粗细。

fontWeight?: string

属性值

string

isHandwritten

内容是手写的吗?

isHandwritten?: boolean

属性值

boolean

similarFontFamily

在视觉上最相似的字体来自支持的字体系列集,回退字体遵循 CSS 约定 (例如'Arial, sans-serif') 。

similarFontFamily?: string

属性值

string

spans

样式应用于的串联内容中文本元素的位置。

spans: DocumentSpan[]

属性值