Enumerations

The following enumerations are available globally.

  • An enum of all the emotions that a text will be analysed for.

    See more

    Declaration

    Swift

    public enum Emotion : String, Codable, CaseIterable
  • An enum encapsulating the different matches that the SensitiveInfoAnalyser can catch.

    See more

    Declaration

    Swift

    public enum SensitiveInfoMatch : String, Codable
  • An enum representing the different types of trigger words that can be identified.

    See more

    Declaration

    Swift

    public enum TriggerType : String, Codable