ProjectListDetails
public struct ProjectListDetails : Codable, Equatable
Details about a specific project.
-
The type of project. The
See morecontent_intelligencetype is a Document Retrieval for Contracts project and theothertype is a Custom project. Thecontent_miningandcontent_intelligencetypes are available with Premium plan managed deployments and installed deployments only.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_intelligencetype is a Document Retrieval for Contracts project and theothertype is a Custom project. Thecontent_miningandcontent_intelligencetypes 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?
View on GitHub
ProjectListDetails Structure Reference