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

DocumentFieldType type

定义 DocumentFieldType 的值。
KnownDocumentFieldType 可与 DocumentFieldType 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

string:纯文本。
date:日期,规范化为 ISO 8601 (YYYY-MM-DD) 格式。
time:时间,规范化为 ISO 8601 (hh:mm:ss) 格式。
phoneNumber:电话号码,规范化为 E.164 (+{CountryCode}{SubscriberNumber}) 格式。
number:浮点数,规范化为双精度浮点。
integer:整数,规范化为 64 位带符号整数。
selectionMark:是否选择了字段?
countryRegion:国家/地区,规范化为 ISO 3166-1 alpha-3 格式 (例如 USA) 。
签名:签名是否存在?
array:相同类型的子字段列表。
object:可能不同类型的子字段的命名列表。
currency:具有可选货币符号和单位的货币金额。
address:已分析的地址。
boolean:布尔值,规范化为 true 或 false。

type DocumentFieldType = string