Aller au contenu principal

DocumentMetadataEntryResponse

One entry per metadata field defined by the document's class — present when requested via include=metadata or include=all

codestringrequired
valuestring | nullnullable
suggestedValuestring | nullnullable

Raw AI-suggested value for this field, independent of value's own resolution — compare against value to tell whether it is still AI-extracted or has been human-validated/edited

metadataType object
oneOf
identifierstringrequired
names objectrequired
property name*string
formatstringrequired
unitstring | nullnullable
descriptionstring | nullnullable
DocumentMetadataEntryResponse
{
"code": "string",
"value": "string",
"suggestedValue": "string",
"metadataType": {
"identifier": "string",
"names": {},
"format": "string",
"unit": "string",
"description": "string"
}
}