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

DocumentFieldType 枚举

定义

的值 DocumentField的类型。

public enum DocumentFieldType
type DocumentFieldType = 
Public Enum DocumentFieldType
继承
DocumentFieldType

字段

Address 13

用于 AddressValue 类型。

Boolean 14

用于 Boolean 类型。

CountryRegion 10

用于 String 使用 ISO 3166-1 alpha-3 国家/地区代码进行键入。

Currency 12

用于 CurrencyValue 类型。

Date 2

用于 DateTime 类型。

Dictionary 8

用于 Dictionary<TKey,TValue> 类型。

Double 5

用于 Double 类型。

Int64 6

用于 Int64 类型。

List 7

用于 List<T> 类型。

PhoneNumber 4

用于 String 具有电话号码格式的类型。

SelectionMark 9

用于 DocumentSelectionMarkState 类型。

Signature 11

用于 DocumentSignatureType 类型。

String 1

用于 String 类型。

Time 3

用于 TimeSpan 类型。

Unknown 0

当服务无法分析字段的值时使用。 可以在 中检查 ExpectedFieldType预期的字段类型。 在这种情况下,请考虑使用 Content 获取字段的文本表示形式并手动分析它。

适用于