DocumentAccepted
public struct DocumentAccepted : Codable, Equatable
Information returned after an uploaded document is accepted.
-
Status of the document in the ingestion process. A status of
See moreprocessingis returned for documents that are ingested with a version date before2019-01-01. Thependingstatus is returned for all others.Declaration
Swift
public enum Status : String -
The unique identifier of the ingested document.
Declaration
Swift
public var documentID: String? -
Status of the document in the ingestion process. A status of
processingis returned for documents that are ingested with a version date before2019-01-01. Thependingstatus is returned for all others.Declaration
Swift
public var status: String?
View on GitHub
DocumentAccepted Structure Reference