AYLIEN · Schema

StoryTranslation

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
body string Translation of body
title string Translation of title
View JSON Schema on GitHub

JSON Schema

news-api-StoryTranslation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StoryTranslation",
  "properties": {
    "body": {
      "description": "Translation of body",
      "type": "string"
    },
    "title": {
      "description": "Translation of title",
      "type": "string"
    }
  },
  "type": "object"
}