AYLIEN · Schema

Summary

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
sentences array An array of the suggested summary sentences
View JSON Schema on GitHub

JSON Schema

news-api-Summary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Summary",
  "properties": {
    "sentences": {
      "description": "An array of the suggested summary sentences",
      "items": {
        "description": "A summary sentence",
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}