TypeEnum

public enum TypeEnum : String

The type of this enrichment.

  • Undocumented

    Declaration

    Swift

    case partOfSpeech = "part_of_speech"
  • Undocumented

    Declaration

    Swift

    case sentiment = "sentiment"
  • Undocumented

    Declaration

    Swift

    case naturalLanguageUnderstanding = "natural_language_understanding"
  • 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"