AYLIEN · Schema

Summary

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
text object
sentences array
View JSON Schema on GitHub

JSON Schema

text-api-Summary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Summary",
  "type": "object",
  "properties": {
    "text": {
      "$ref": "#/definitions/GenericInputText"
    },
    "sentences": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "Summary sentence"
      }
    }
  }
}