Share via


IntegerField interface

Integer field extracted from the content.

Extends

Properties

fieldType

Semantic data type of the field value.

value

The value of the field.

Inherited Properties

confidence

Confidence of predicting the field value.

source

Encoded source that identifies the position of the field value in the content.

spans

Span(s) associated with the field value in the markdown content.

type

The discriminator possible values: string, date, time, number, integer, boolean, array, object, json

Property Details

fieldType

Semantic data type of the field value.

fieldType: "integer"

Property Value

"integer"

value

The value of the field.

value?: number

Property Value

number

Inherited Property Details

confidence

Confidence of predicting the field value.

confidence?: number

Property Value

number

Inherited From ContentField.confidence

source

Encoded source that identifies the position of the field value in the content.

source?: string

Property Value

string

Inherited From ContentField.source

spans

Span(s) associated with the field value in the markdown content.

spans?: ContentSpan[]

Property Value

Inherited From ContentField.spans

type

The discriminator possible values: string, date, time, number, integer, boolean, array, object, json

type: ContentFieldType

Property Value

Inherited From ContentField.type