Struct aws_sdk_textract::input::AnalyzeIdInput
source · #[non_exhaustive]pub struct AnalyzeIdInput { /* private fields */ }
Implementations§
source§impl AnalyzeIdInput
impl AnalyzeIdInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AnalyzeID, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AnalyzeID, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AnalyzeID
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalyzeIdInput
.
source§impl AnalyzeIdInput
impl AnalyzeIdInput
sourcepub fn document_pages(&self) -> Option<&[Document]>
pub fn document_pages(&self) -> Option<&[Document]>
The document being passed to AnalyzeID.
Trait Implementations§
source§impl Clone for AnalyzeIdInput
impl Clone for AnalyzeIdInput
source§fn clone(&self) -> AnalyzeIdInput
fn clone(&self) -> AnalyzeIdInput
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 AnalyzeIdInput
impl Debug for AnalyzeIdInput
source§impl PartialEq<AnalyzeIdInput> for AnalyzeIdInput
impl PartialEq<AnalyzeIdInput> for AnalyzeIdInput
source§fn eq(&self, other: &AnalyzeIdInput) -> bool
fn eq(&self, other: &AnalyzeIdInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.