Struct aws_sdk_textract::model::SignatureDetection
source · #[non_exhaustive]pub struct SignatureDetection { /* private fields */ }
Expand description
Information regarding a detected signature on a page.
Implementations§
source§impl SignatureDetection
impl SignatureDetection
sourcepub fn confidence(&self) -> Option<f32>
pub fn confidence(&self) -> Option<f32>
The confidence, from 0 to 100, in the predicted values for a detected signature.
source§impl SignatureDetection
impl SignatureDetection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SignatureDetection
.
Trait Implementations§
source§impl Clone for SignatureDetection
impl Clone for SignatureDetection
source§fn clone(&self) -> SignatureDetection
fn clone(&self) -> SignatureDetection
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 SignatureDetection
impl Debug for SignatureDetection
source§impl PartialEq<SignatureDetection> for SignatureDetection
impl PartialEq<SignatureDetection> for SignatureDetection
source§fn eq(&self, other: &SignatureDetection) -> bool
fn eq(&self, other: &SignatureDetection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.