class Aws::Textract::Types::DocumentLocation

The Amazon S3 bucket that contains the document to be processed. It's used by asynchronous operations such as StartDocumentTextDetection.

The input document can be an image file in JPEG or PNG format. It can also be a file in PDF format.

@note When making an API call, you may pass DocumentLocation

data as a hash:

    {
      s3_object: {
        bucket: "S3Bucket",
        name: "S3ObjectName",
        version: "S3ObjectVersion",
      },
    }

@!attribute [rw] s3_object

The Amazon S3 bucket that contains the input document.
@return [Types::S3Object]

@see docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/DocumentLocation AWS API Documentation

Constants

SENSITIVE