AYLIEN · Schema

AspectSentimentSentenceAspect

Aspect data per sentence

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
aspect object
aspect_confidence object
polarity object
polarity_confidence object
View JSON Schema on GitHub

JSON Schema

text-api-AspectSentimentSentenceAspect.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AspectSentimentSentenceAspect",
  "type": "object",
  "description": "Aspect data per sentence",
  "properties": {
    "aspect": {
      "$ref": "#/definitions/GenericAspect"
    },
    "aspect_confidence": {
      "$ref": "#/definitions/GenericAspectConfidence"
    },
    "polarity": {
      "$ref": "#/definitions/GenericPolarity"
    },
    "polarity_confidence": {
      "$ref": "#/definitions/GenericPolarityConfidence"
    }
  }
}