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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/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)


1048
1049
1050
1051
1052
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1048

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