StringField interface

從內容中擷取的字串欄位。

Extends

屬性

fieldType

欄位值的語意資料類型。

value

欄位的值。

繼承的屬性

confidence

對場值的預測信心。

source

編碼來源,識別欄位值在內容中的位置。

spans

與標記降級內容中欄位值相關的跨度。

type

判別器可能的值包括:字串、日期、時間、數字、整數、布林值、陣列、物件、json

屬性詳細資料

fieldType

欄位值的語意資料類型。

fieldType: "string"

屬性值

"string"

value

欄位的值。

value?: string

屬性值

string

繼承的屬性詳細資料

confidence

對場值的預測信心。

confidence?: number

屬性值

number

承襲自ContentField.confidence

source

編碼來源,識別欄位值在內容中的位置。

source?: string

屬性值

string

承襲自ContentField.source

spans

與標記降級內容中欄位值相關的跨度。

spans?: ContentSpan[]

屬性值

承襲自ContentField.spans

type

判別器可能的值包括:字串、日期、時間、數字、整數、布林值、陣列、物件、json

type: ContentFieldType

屬性值

承襲自ContentField.type