S3Object class

The S3 bucket name and file name that identifies the document.

The AWS Region for the S3 bucket that contains the document must match the Region that you use for Amazon Textract operations.

For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket and file.

Constructors

S3Object({String? bucket, String? name, String? version})

Properties

bucket String?
The name of the S3 bucket.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The file name of the input document. Synchronous operations can use image files that are in JPEG or PNG format. Asynchronous operations also support PDF format files.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
If the bucket has versioning enabled, you can specify the object version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited