Amazon Comprehend · JSON Structure

Openapi.Yml Extracted Characters List Item Structure

Array of the number of characters extracted from each page.

Type: object Properties: 2
Machine LearningNatural Language ProcessingNLPText Analysis

ExtractedCharactersListItem is a JSON Structure definition published by Amazon Comprehend, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Page Count

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-extracted-characters-list-item-structure.json",
  "name": "ExtractedCharactersListItem",
  "description": "Array of the number of characters extracted from each page.",
  "type": "object",
  "properties": {
    "Page": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "Page number."
        }
      ]
    },
    "Count": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "Number of characters extracted from each page."
        }
      ]
    }
  }
}