Enumerations
The following enumerations are available globally.
-
An enum of all the emotions that a text will be analysed for.
See moreDeclaration
Swift
public enum Emotion : String, Codable, CaseIterable
-
An enum encapsulating the different matches that the SensitiveInfoAnalyser can catch.
See moreDeclaration
Swift
public enum SensitiveInfoMatch : String, Codable
-
An enum representing the different types of trigger words that can be identified.
See moreDeclaration
Swift
public enum TriggerType : String, Codable