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 processing is returned for documents that are ingested with a version date before 2019-01-01. The pending status is returned for all others.

    See more

    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 processing is returned for documents that are ingested with a version date before 2019-01-01. The pending status is returned for all others.

    Declaration

    Swift

    public var status: String?