You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Textract::Types::OutputConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OutputConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_bucket: "S3Bucket", # required
  s3_prefix: "S3ObjectName",
}

Sets whether or not your output will go to a user created bucket. Used to set the name of the bucket, and the prefix on the output file.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The name of the bucket your output will go to.

Returns:

  • (String)

    The name of the bucket your output will go to.

#s3_prefixString

The prefix of the object key that the output will be saved to. When not enabled, the prefix will be “textract_output\".

Returns:

  • (String)

    The prefix of the object key that the output will be saved to.