| 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. |