Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 3.95 KB

File metadata and controls

9 lines (6 loc) · 3.95 KB

SentimentAnalysisModel

Fields

Field Setter Type Getter Type Required Description
tone @Nullable String JsonNullable<String> The tone of the text. Positive, Negative, Neutral, Humorous, Sarcastic, Enthusiastic, Angry, or Informative
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
sentiment @Nullable String JsonNullable<String> The sentiment of the text. Positive, Negative, or Neutral
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.