TypeEnum
public enum TypeEnum : String
The type of this enrichment.
-
Undocumented
Declaration
Swift
case dictionary = "dictionary" -
Undocumented
Declaration
Swift
case regularExpression = "regular_expression" -
Undocumented
Declaration
Swift
case uimaAnnotator = "uima_annotator" -
Undocumented
Declaration
Swift
case ruleBased = "rule_based" -
Undocumented
Declaration
Swift
case watsonKnowledgeStudioModel = "watson_knowledge_studio_model"
View on GitHub
TypeEnum Enumeration Reference