Class: Aws::Textract::Types::DocumentLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::DocumentLocation
- Defined in:
- gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb
Overview
The Amazon S3 bucket that contains the document to be processed. It's used by asynchronous operations.
The input document can be an image file in JPEG or PNG format. It can also be a file in PDF format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_object ⇒ Types::S3Object
The Amazon S3 bucket that contains the input document.
Instance Attribute Details
#s3_object ⇒ Types::S3Object
The Amazon S3 bucket that contains the input document.
1034 1035 1036 1037 1038 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1034 class DocumentLocation < Struct.new( :s3_object) SENSITIVE = [] include Aws::Structure end |