Struct aws_sdk_textract::model::DocumentMetadata
source · #[non_exhaustive]pub struct DocumentMetadata { /* private fields */ }
Expand description
Information about the input document.
Implementations§
source§impl DocumentMetadata
impl DocumentMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DocumentMetadata
.
Trait Implementations§
source§impl Clone for DocumentMetadata
impl Clone for DocumentMetadata
source§fn clone(&self) -> DocumentMetadata
fn clone(&self) -> DocumentMetadata
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