Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentStatus

Status information about a submitted document.

Hierarchy

  • DocumentStatus

Index

Properties

Optional configuration_id

configuration_id: string

The unique identifier for the configuration.

document_id

document_id: string

The unique identifier of the document.

Optional file_type

file_type: string

The type of the original source file.

Optional filename

filename: string

Name of the original source file (if available).

notices

notices: Notice[]

Array of notices produced by the document-ingestion process.

Optional sha1

sha1: string

The SHA-1 hash of the original source file (formatted as a hexadecimal string).

status

status: string

Status of the document in the ingestion process.

status_description

status_description: string

Description of the document status.

Generated using TypeDoc