Struct aws_sdk_textract::model::ExpenseDetection [−][src]
#[non_exhaustive]pub struct ExpenseDetection {
pub text: Option<String>,
pub geometry: Option<Geometry>,
pub confidence: Option<f32>,
}
Expand description
An object used to store information about the Value or Label detected by Amazon Textract.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.text: Option<String>
The word or line of text recognized by Amazon Textract
geometry: 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.
confidence: Option<f32>
The confidence in detection, as a percentage
Implementations
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
The confidence in detection, as a percentage
Creates a new builder-style object to manufacture ExpenseDetection
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExpenseDetection
impl Send for ExpenseDetection
impl Sync for ExpenseDetection
impl Unpin for ExpenseDetection
impl UnwindSafe for ExpenseDetection
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more