ToneID
public enum ToneID : String
The unique, non-localized identifier of the tone for the results. The service returns results only for tones whose scores meet a minimum threshold of 0.5.
-
Undocumented
Declaration
Swift
case excited = "excited" -
Undocumented
Declaration
Swift
case frustrated = "frustrated" -
Undocumented
Declaration
Swift
case impolite = "impolite" -
Undocumented
Declaration
Swift
case polite = "polite" -
Undocumented
Declaration
Swift
case sad = "sad" -
Undocumented
Declaration
Swift
case satisfied = "satisfied" -
Undocumented
Declaration
Swift
case sympathetic = "sympathetic"
View on GitHub
ToneID Enumeration Reference