AYLIEN · Schema

SentimentPolarity

Polarity of the sentiment

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection
View JSON Schema on GitHub

JSON Schema

news-api-SentimentPolarity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SentimentPolarity",
  "description": "Polarity of the sentiment",
  "enum": [
    "positive",
    "neutral",
    "negative"
  ],
  "type": "string"
}