Status
public enum Status : String
Status of the document in the ingestion process. A status of processing
is returned for documents that are
ingested with a version date before 2019-01-01
. The pending
status is returned for all others.
-
Undocumented
Declaration
Swift
case processing = "processing"
-
Undocumented
Declaration
Swift
case pending = "pending"