Class: Aws::Comprehend::Types::DocumentMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Information about the document, discovered during text extraction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extracted_charactersArray<Types::ExtractedCharactersListItem>

List of pages in the document, with the number of characters extracted from each page.



3357
3358
3359
3360
3361
3362
# File 'lib/aws-sdk-comprehend/types.rb', line 3357

class DocumentMetadata < Struct.new(
  :pages,
  :extracted_characters)
  SENSITIVE = []
  include Aws::Structure
end

#pagesInteger

Number of pages in the document.

Returns:

  • (Integer)


3357
3358
3359
3360
3361
3362
# File 'lib/aws-sdk-comprehend/types.rb', line 3357

class DocumentMetadata < Struct.new(
  :pages,
  :extracted_characters)
  SENSITIVE = []
  include Aws::Structure
end