Struct aws_sdk_textract::model::NormalizedValue
source · #[non_exhaustive]pub struct NormalizedValue { /* private fields */ }
Expand description
Contains information relating to dates in a document, including the type of value, and the value.
Implementations§
source§impl NormalizedValue
impl NormalizedValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NormalizedValue
.
Trait Implementations§
source§impl Clone for NormalizedValue
impl Clone for NormalizedValue
source§fn clone(&self) -> NormalizedValue
fn clone(&self) -> NormalizedValue
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 NormalizedValue
impl Debug for NormalizedValue
source§impl PartialEq<NormalizedValue> for NormalizedValue
impl PartialEq<NormalizedValue> for NormalizedValue
source§fn eq(&self, other: &NormalizedValue) -> bool
fn eq(&self, other: &NormalizedValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.