AYLIEN · Schema

Sentiments

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
body object
title object
View JSON Schema on GitHub

JSON Schema

news-api-Sentiments.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Sentiments",
  "properties": {
    "body": {
      "$ref": "#/components/schemas/Sentiment"
    },
    "title": {
      "$ref": "#/components/schemas/Sentiment"
    }
  },
  "type": "object"
}