AYLIEN · Schema

GenericAspect

Detected aspect

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

JSON Schema

text-api-GenericAspect.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GenericAspect",
  "description": "Detected aspect",
  "type": "string",
  "enum": [
    "subjective",
    "unknown"
  ]
}