Struct aws_sdk_textract::model::AnalyzeIdDetections
source · #[non_exhaustive]pub struct AnalyzeIdDetections { /* private fields */ }
Expand description
Used to contain the information detected by an AnalyzeID operation.
Implementations§
source§impl AnalyzeIdDetections
impl AnalyzeIdDetections
sourcepub fn text(&self) -> Option<&str>
pub fn text(&self) -> Option<&str>
Text of either the normalized field or value associated with it.
sourcepub fn normalized_value(&self) -> Option<&NormalizedValue>
pub fn normalized_value(&self) -> Option<&NormalizedValue>
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
sourcepub fn confidence(&self) -> Option<f32>
pub fn confidence(&self) -> Option<f32>
The confidence score of the detected text.
source§impl AnalyzeIdDetections
impl AnalyzeIdDetections
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalyzeIdDetections
.
Trait Implementations§
source§impl Clone for AnalyzeIdDetections
impl Clone for AnalyzeIdDetections
source§fn clone(&self) -> AnalyzeIdDetections
fn clone(&self) -> AnalyzeIdDetections
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 AnalyzeIdDetections
impl Debug for AnalyzeIdDetections
source§impl PartialEq<AnalyzeIdDetections> for AnalyzeIdDetections
impl PartialEq<AnalyzeIdDetections> for AnalyzeIdDetections
source§fn eq(&self, other: &AnalyzeIdDetections) -> bool
fn eq(&self, other: &AnalyzeIdDetections) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.