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