ProcessingState

public enum ProcessingState

The possible processing states of a document.

Entries

PENDING
Link copied to clipboard
PENDING
Gini is currently processing the document.
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()