Interface ProjectListDetails.Type
- Enclosing class:
- ProjectListDetails
public static interface ProjectListDetails.Type
The project type of this project.
-
Field Summary
Fields Modifier and Type Field Description static String
ANSWER_RETRIEVAL
answer_retrieval.static String
CONTENT_MINING
content_mining.static String
DOCUMENT_RETRIEVAL
document_retrieval.static String
OTHER
other.
-
Field Details
-
DOCUMENT_RETRIEVAL
document_retrieval.- See Also:
- Constant Field Values
-
ANSWER_RETRIEVAL
answer_retrieval.- See Also:
- Constant Field Values
-
CONTENT_MINING
content_mining.- See Also:
- Constant Field Values
-
OTHER
other.- See Also:
- Constant Field Values
-