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

DocumentBarcode interface

提取的条形码。

Extends

属性

confidence

正确提取条形码的置信度。

kind

提取的条形码的类型。 请参阅 DocumentBarcodeKind 类型,获取可能的值列表。

span

条形码在阅读顺序 content连接 中的位置。

value

条形码中的编码数据。

继承属性

polygon

实体的边界多边形。

属性详细信息

confidence

正确提取条形码的置信度。

confidence: number

属性值

number

kind

提取的条形码的类型。 请参阅 DocumentBarcodeKind 类型,获取可能的值列表。

kind: string

属性值

string

span

条形码在阅读顺序 content连接 中的位置。

span: DocumentSpan

属性值

value

条形码中的编码数据。

value: string

属性值

string

继承属性详细信息

polygon

实体的边界多边形。

polygon?: Point2D[]

属性值

继承自HasBoundingPolygon.polygon