Struct aws_sdk_textract::model::DocumentLocation
source · #[non_exhaustive]pub struct DocumentLocation { /* private fields */ }
Expand description
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.
Implementations§
source§impl DocumentLocation
impl DocumentLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DocumentLocation
.
Trait Implementations§
source§impl Clone for DocumentLocation
impl Clone for DocumentLocation
source§fn clone(&self) -> DocumentLocation
fn clone(&self) -> DocumentLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more