DocumentFieldValue クラス

定義

入力ドキュメントから分析されたフィールドの値を表し、適切な型に変換するメソッドを提供します。

public class DocumentFieldValue
type DocumentFieldValue = class
Public Class DocumentFieldValue
継承
DocumentFieldValue

メソッド

AsAddress()

フィールドの値を として AddressValue取得します。

AsBoolean()

フィールドの値を として Boolean取得します。

AsCountryRegion()

ISO 3166-1 alpha-3 国コード Stringとしてフィールドの値を取得します。

AsCurrency()

フィールドの値を として CurrencyValue取得します。

AsDate()

フィールドの値を として DateTimeOffset取得します。

AsDictionary()

フィールドの値を として Dictionary<TKey,TValue>取得します。

AsDouble()

フィールドの値を として Double取得します。

AsInt64()

フィールドの値を として Int64取得します。

AsList()

フィールドの値を として IReadOnlyList<T>取得します。

AsPhoneNumber()

フィールドの値を電話番号 Stringとして取得します。

AsSelectionMarkState()

フィールドの値を として DocumentSelectionMarkState取得します。

AsSignatureType()

フィールドの値を として DocumentSignatureType取得します。

AsString()

フィールドの値を として String取得します。

AsTime()

フィールドの値を として TimeSpan取得します。

ToString()

DocumentField オブジェクトを表す文字列を返します。

適用対象