AWSTextractAdapterVersionDatasetConfig

Objective-C

@interface AWSTextractAdapterVersionDatasetConfig

Swift

class AWSTextractAdapterVersionDatasetConfig

The dataset configuration options for a given version of an adapter. Can include an Amazon S3 bucket if specified.

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSTextractS3Object *_Nullable manifestS3Object;

    Swift

    var manifestS3Object: AWSTextractS3Object? { get set }