Interface ProjectDetails.Type
- Enclosing class:
- ProjectDetails
public static interface ProjectDetails.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 StringCONTENT_INTELLIGENCEcontent_intelligence.static StringCONTENT_MININGcontent_mining.static StringCONVERSATIONAL_SEARCHconversational_search.static StringDOCUMENT_RETRIEVALdocument_retrieval.static StringOTHERother.
-
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
-