DocumentFieldOutput interface
フィールド値の内容と位置を表すオブジェクト。
プロパティ
bounding |
フィールドをカバーする境界領域。 |
confidence | フィールドを正しく抽出する信頼度。 |
content | フィールドの内容。 |
spans | 読み取り順序の連結されたコンテンツ内のフィールドの場所。 |
type | フィールド値のデータ型。 指定できる値: "string"、"date"、"time"、"phoneNumber"、"number"、"integer"、"selectionMark"、"countryRegion"、"signature"、"array"、"object"、"currency"、"address"、"boolean"、"selectionGroup" |
value |
アドレス値。 |
value |
フィールド値の配列。 |
value |
ブール値。 |
value |
3 文字の国コード値 (ISO 3166-1 alpha-3)。 |
value |
通貨値。 |
value |
YYYY-MM-DD 形式の日付値 (ISO 8601)。 |
value |
整数値。 |
value |
浮動小数点値。 |
value |
名前付きフィールド値のディクショナリ。 |
value |
E.164 形式の電話番号の値 (例: +19876543210)。 |
value |
選択グループの値。 |
value |
選択マークの値。 使用可能な値: "selected"、"unselected" |
value |
署名の存在。 指定できる値: "signed"、"unsigned" |
value |
文字列値。 |
value |
hh:mm:ss 形式の時刻値 (ISO 8601)。 |
プロパティの詳細
boundingRegions
confidence
フィールドを正しく抽出する信頼度。
confidence?: number
プロパティ値
number
content
フィールドの内容。
content?: string
プロパティ値
string
spans
type
フィールド値のデータ型。
指定できる値: "string"、"date"、"time"、"phoneNumber"、"number"、"integer"、"selectionMark"、"countryRegion"、"signature"、"array"、"object"、"currency"、"address"、"boolean"、"selectionGroup"
type: string
プロパティ値
string
valueAddress
valueArray
valueBoolean
ブール値。
valueBoolean?: boolean
プロパティ値
boolean
valueCountryRegion
3 文字の国コード値 (ISO 3166-1 alpha-3)。
valueCountryRegion?: string
プロパティ値
string
valueCurrency
valueDate
YYYY-MM-DD 形式の日付値 (ISO 8601)。
valueDate?: string
プロパティ値
string
valueInteger
整数値。
valueInteger?: number
プロパティ値
number
valueNumber
浮動小数点値。
valueNumber?: number
プロパティ値
number
valueObject
名前付きフィールド値のディクショナリ。
valueObject?: Record<string, DocumentFieldOutput>
プロパティ値
Record<string, DocumentFieldOutput>
valuePhoneNumber
E.164 形式の電話番号の値 (例: +19876543210)。
valuePhoneNumber?: string
プロパティ値
string
valueSelectionGroup
選択グループの値。
valueSelectionGroup?: string[]
プロパティ値
string[]
valueSelectionMark
選択マークの値。
使用可能な値: "selected"、"unselected"
valueSelectionMark?: string
プロパティ値
string
valueSignature
署名の存在。
指定できる値: "signed"、"unsigned"
valueSignature?: string
プロパティ値
string
valueString
文字列値。
valueString?: string
プロパティ値
string
valueTime
hh:mm:ss 形式の時刻値 (ISO 8601)。
valueTime?: string
プロパティ値
string