Class: Aws::Textract::Types::DocumentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::DocumentMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
Information about the input document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pages ⇒ Integer
The number of pages that are detected in the document.
Instance Attribute Details
#pages ⇒ Integer
The number of pages that are detected in the document.
1048 1049 1050 1051 1052 |
# File 'lib/aws-sdk-textract/types.rb', line 1048 class DocumentMetadata < Struct.new( :pages) SENSITIVE = [] include Aws::Structure end |