AYLIEN · Schema

GenericPolarity

Detected polarity

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

JSON Schema

text-api-GenericPolarity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GenericPolarity",
  "type": "string",
  "description": "Detected polarity",
  "enum": [
    "positive",
    "negative",
    "neutral"
  ]
}