ToneContent
public enum ToneContent
JSON, plain text, or HTML input that contains the content to be analyzed. For JSON input, provide an object of type
ToneInput.
-
Undocumented
Declaration
Swift
case toneInput(ToneInput) -
Undocumented
Declaration
Swift
case html(String) -
Undocumented
Declaration
Swift
case text(String)
View on GitHub
ToneContent Enumeration Reference