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.
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 moresource§impl Debug for DocumentLocation
impl Debug for DocumentLocation
source§impl PartialEq<DocumentLocation> for DocumentLocation
impl PartialEq<DocumentLocation> for DocumentLocation
source§fn eq(&self, other: &DocumentLocation) -> bool
fn eq(&self, other: &DocumentLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.