Class: Aws::Textract::Types::DocumentMetadata

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

Overview

Information about the input document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pagesInteger

The number of pages that are detected in the document.

Returns:

  • (Integer)


554
555
556
557
558
# File 'lib/aws-sdk-textract/types.rb', line 554

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