Documents
ExtractionResponse ¶
A model representing the response from a document extraction process.
Attributes:
Name | Type | Description |
---|---|---|
extraction_result |
ExtractionResult
|
The result of the extraction process. |
data_projection |
List[FieldGroupValueProjection]
|
A simplified projection of the extracted data. |
project_id |
str
|
The ID of the project associated with the extraction. |
tag |
str
|
The tag associated with the published model version. |
ValidatedResult ¶
A model representing the result of a validation action.
Attributes:
Name | Type | Description |
---|---|---|
document_id |
str
|
The ID of the validated document. |
results_document |
dict
|
The validated results document. |
ValidationAction ¶
A model representing a validation action for a document.
Attributes:
Name | Type | Description |
---|---|---|
action_data |
dict
|
The data associated with the validation action. |
action_status |
str
|
The status of the validation action. Possible values can be found in the official documentation. |
project_id |
str
|
The ID of the project associated with the validation action. |
tag |
str
|
The tag associated with the published model version. |
operation_id |
str
|
The operation ID associated with the validation action. |