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 フィールドのテキスト表現を取得し、この場合は手動で解析することを検討してください。

適用対象