Interface ProjectListDetails.Type
- Enclosing class:
- ProjectListDetails
public static interface ProjectListDetails.Type
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.
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_INTELLIGENCE
content_intelligence.static String
CONTENT_MINING
content_mining.static String
CONVERSATIONAL_SEARCH
conversational_search.static String
DOCUMENT_RETRIEVAL
document_retrieval.static String
OTHER
other.
-
Field Details
-
DOCUMENT_RETRIEVAL
document_retrieval.- See Also:
- Constant Field Values
-
CONVERSATIONAL_SEARCH
conversational_search.- See Also:
- Constant Field Values
-
CONTENT_MINING
content_mining.- See Also:
- Constant Field Values
-
CONTENT_INTELLIGENCE
content_intelligence.- See Also:
- Constant Field Values
-
OTHER
other.- See Also:
- Constant Field Values
-