Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data DocumentLocation Source #
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.
See: newDocumentLocation
smart constructor.
Instances
newDocumentLocation :: DocumentLocation Source #
Create a value of DocumentLocation
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3Object:DocumentLocation'
, documentLocation_s3Object
- The Amazon S3 bucket that contains the input document.
documentLocation_s3Object :: Lens' DocumentLocation (Maybe S3Object) Source #
The Amazon S3 bucket that contains the input document.