AYLIEN · Schema

HistogramInterval

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
bin integer Histogram bin
count integer Histogram bin size
View JSON Schema on GitHub

JSON Schema

news-api-HistogramInterval.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HistogramInterval",
  "properties": {
    "bin": {
      "description": "Histogram bin",
      "format": "int32",
      "type": "integer"
    },
    "count": {
      "description": "Histogram bin size",
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}