Struct aws_sdk_textract::types::builders::SignatureDetectionBuilder
source · #[non_exhaustive]pub struct SignatureDetectionBuilder { /* private fields */ }
Expand description
A builder for SignatureDetection
.
Implementations§
source§impl SignatureDetectionBuilder
impl SignatureDetectionBuilder
sourcepub fn confidence(self, input: f32) -> Self
pub fn confidence(self, input: f32) -> Self
The confidence, from 0 to 100, in the predicted values for a detected signature.
sourcepub fn set_confidence(self, input: Option<f32>) -> Self
pub fn set_confidence(self, input: Option<f32>) -> Self
The confidence, from 0 to 100, in the predicted values for a detected signature.
sourcepub fn get_confidence(&self) -> &Option<f32>
pub fn get_confidence(&self) -> &Option<f32>
The confidence, from 0 to 100, in the predicted values for a detected signature.
sourcepub fn geometry(self, input: Geometry) -> Self
pub fn geometry(self, input: Geometry) -> Self
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
sourcepub fn set_geometry(self, input: Option<Geometry>) -> Self
pub fn set_geometry(self, input: Option<Geometry>) -> Self
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
sourcepub fn get_geometry(&self) -> &Option<Geometry>
pub fn get_geometry(&self) -> &Option<Geometry>
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
sourcepub fn build(self) -> SignatureDetection
pub fn build(self) -> SignatureDetection
Consumes the builder and constructs a SignatureDetection
.
Trait Implementations§
source§impl Clone for SignatureDetectionBuilder
impl Clone for SignatureDetectionBuilder
source§fn clone(&self) -> SignatureDetectionBuilder
fn clone(&self) -> SignatureDetectionBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SignatureDetectionBuilder
impl Debug for SignatureDetectionBuilder
source§impl Default for SignatureDetectionBuilder
impl Default for SignatureDetectionBuilder
source§fn default() -> SignatureDetectionBuilder
fn default() -> SignatureDetectionBuilder
source§impl PartialEq for SignatureDetectionBuilder
impl PartialEq for SignatureDetectionBuilder
source§fn eq(&self, other: &SignatureDetectionBuilder) -> bool
fn eq(&self, other: &SignatureDetectionBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.