TypeEnum
public enum TypeEnum : 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.
-
Undocumented
Declaration
Swift
case documentRetrieval = "document_retrieval" -
Undocumented
Declaration
Swift
case conversationalSearch = "conversational_search" -
Undocumented
Declaration
Swift
case contentMining = "content_mining" -
Undocumented
Declaration
Swift
case contentIntelligence = "content_intelligence" -
Undocumented
Declaration
Swift
case other = "other"
View on GitHub
TypeEnum Enumeration Reference