AYLIEN · Schema

Concepts

Concepts root

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
text object
lang object
concepts object
View JSON Schema on GitHub

JSON Schema

text-api-Concepts.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Concepts",
  "type": "object",
  "description": "Concepts root",
  "properties": {
    "text": {
      "$ref": "#/definitions/GenericInputText"
    },
    "lang": {
      "$ref": "#/definitions/GenericInputLanguage"
    },
    "concepts": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/definitions/Concept"
      }
    }
  }
}