Interface Enrichment.Type
- Enclosing class:
- Enrichment
public static interface Enrichment.Type
The type of this enrichment.
-
Field Summary
Fields Modifier and Type Field Description static String
DICTIONARY
dictionary.static String
NATURAL_LANGUAGE_UNDERSTANDING
natural_language_understanding.static String
PART_OF_SPEECH
part_of_speech.static String
REGULAR_EXPRESSION
regular_expression.static String
RULE_BASED
rule_based.static String
SENTIMENT
sentiment.static String
UIMA_ANNOTATOR
uima_annotator.static String
WATSON_KNOWLEDGE_STUDIO_MODEL
watson_knowledge_studio_model.
-
Field Details
-
PART_OF_SPEECH
part_of_speech.- See Also:
- Constant Field Values
-
SENTIMENT
sentiment.- See Also:
- Constant Field Values
-
NATURAL_LANGUAGE_UNDERSTANDING
natural_language_understanding.- See Also:
- Constant Field Values
-
DICTIONARY
dictionary.- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION
regular_expression.- See Also:
- Constant Field Values
-
UIMA_ANNOTATOR
uima_annotator.- See Also:
- Constant Field Values
-
RULE_BASED
rule_based.- See Also:
- Constant Field Values
-
WATSON_KNOWLEDGE_STUDIO_MODEL
watson_knowledge_studio_model.- See Also:
- Constant Field Values
-