Class: Aws::Textract::Types::AnalyzeIDRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::AnalyzeIDRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_pages ⇒ Array<Types::Document>
The document being passed to AnalyzeID.
Instance Attribute Details
#document_pages ⇒ Array<Types::Document>
The document being passed to AnalyzeID.
354 355 356 357 358 |
# File 'lib/aws-sdk-textract/types.rb', line 354 class AnalyzeIDRequest < Struct.new( :document_pages) SENSITIVE = [] include Aws::Structure end |