DocType

public enum DocType : String, Codable

The document types, used as a hint during the analysis.

  • Undocumented

    Declaration

    Swift

    case bankStatement = "BankStatement"
  • Undocumented

    Declaration

    Swift

    case contract = "Contract"
  • Undocumented

    Declaration

    Swift

    case invoice = "Invoice"
  • Undocumented

    Declaration

    Swift

    case receipt = "Receipt"
  • Undocumented

    Declaration

    Swift

    case reminder = "Reminder"
  • Undocumented

    Declaration

    Swift

    case remittanceSlip = "RemittanceSlip"
  • Undocumented

    Declaration

    Swift

    case travelExpenseReport = "TravelExpenseReport"
  • Undocumented

    Declaration

    Swift

    case other = "Other"