Struct aws_sdk_comprehend::model::DocumentLabel
source · #[non_exhaustive]pub struct DocumentLabel { /* private fields */ }Expand description
Specifies one of the label or labels that categorize the document being analyzed.
Implementations§
source§impl DocumentLabel
impl DocumentLabel
source§impl DocumentLabel
impl DocumentLabel
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DocumentLabel.
Trait Implementations§
source§impl Clone for DocumentLabel
impl Clone for DocumentLabel
source§fn clone(&self) -> DocumentLabel
fn clone(&self) -> DocumentLabel
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