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

DocumentPhoneNumberField interface

具有电话号码值(以字符串表示)的 DocumentField。

Extends

属性

kind

字段类型:“phoneNumber”。

value

字段的值,它是包含电话号码的字符串。

电话号码值规范化为标准格式。 如果无法规范化该值,则此值可能未定义,并且 属性 content 将包含 DocumentField 在输入中显示的逐字文本。

继承属性

boundingRegions

覆盖字段的边界区域。

confidence

正确提取字段的置信度。

content

字段的逐字提取的文本内容。

spans

读取顺序中串联内容的字段的位置。

属性详细信息

kind

字段类型:“phoneNumber”。

kind: "phoneNumber"

属性值

"phoneNumber"

value

字段的值,它是包含电话号码的字符串。

电话号码值规范化为标准格式。 如果无法规范化该值,则此值可能未定义,并且 属性 content 将包含 DocumentField 在输入中显示的逐字文本。

value?: string

属性值

string

继承属性详细信息

boundingRegions

覆盖字段的边界区域。

boundingRegions?: BoundingRegion[]

属性值

继承自DocumentFieldCommon.boundingRegions

confidence

正确提取字段的置信度。

confidence?: number

属性值

number

继承自DocumentFieldCommon.confidence

content

字段的逐字提取的文本内容。

content?: string

属性值

string

继承自DocumentFieldCommon.content

spans

读取顺序中串联内容的字段的位置。

spans?: DocumentSpan[]

属性值

继承自DocumentFieldCommon.spans