DateField interface
Date field extracted from the content.
- Extends
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: "date"
Property Value
"date"
value
The value of the field.
value?: Date
Property Value
Date
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