A Message object contains all the data related to an analysis response.
Attribute | Type | Description |
---|---|---|
text | String | The analyzed text. |
reference | String | The reference sent in the AnalysisRequest. |
type | Type | Decides the nature of the content. |
severity | Severity | Detects the severity of the content. |
recommendedAction | RecommendedAction | The action recommended by our system for the analyzed text. |
meta | Meta | Meta information. |
language | String | String formatted language (ISO639-1). |
analyzedAt | String | String formatted date (ISO8601). |
publishedAt | String | The publication date as string formatted date (ISO8601). |
Meta
Attribute | Type | Description |
---|---|---|
directedAt | DirectedAt | Determines whom the content is directed at. |
classifications | Classification | Identifies the category of toxic content. |