ProcessingState

public enum ProcessingState

The possible processing states of a document.

Entries

PENDING
Link copied to clipboard
PENDING

Gini is currently processing the document. The document exists, but some resources (e.g. extractions) may not exist.

COMPLETED
Link copied to clipboard
COMPLETED

Gini has processed the document.

ERROR
Link copied to clipboard
ERROR

Gini has processed the document, but there was an error during processing.

UNKNOWN
Link copied to clipboard
UNKNOWN

Processing state cannot be identified.

Functions

valueOf
Link copied to clipboard
static Document.ProcessingState valueOf(String name)
values
Link copied to clipboard
static Array<Document.ProcessingStatevalues()