ProjectListDetails

public struct ProjectListDetails : Codable, Equatable

Details about a specific project.

  • The type of project. The content_intelligence type is a Document Retrieval for Contracts project and the other type is a Custom project. The content_mining and content_intelligence types are available with Premium plan managed deployments and installed deployments only.

    See more

    Declaration

    Swift

    public enum TypeEnum : String
  • The unique identifier of this project.

    Declaration

    Swift

    public var projectID: String?
  • The human readable name of this project.

    Declaration

    Swift

    public var name: String?
  • The type of project. The content_intelligence type is a Document Retrieval for Contracts project and the other type is a Custom project. The content_mining and content_intelligence types are available with Premium plan managed deployments and installed deployments only.

    Declaration

    Swift

    public var type: String?
  • Relevancy training status information for this project.

    Declaration

    Swift

    public var relevancyTrainingStatus: ProjectListDetailsRelevancyTrainingStatus?
  • The number of collections configured in this project.

    Declaration

    Swift

    public var collectionCount: Int?