Struct aws_sdk_textract::input::analyze_document_input::Builder   [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AnalyzeDocumentInput
Implementations
The input document as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Textract operations, you can't pass image bytes. The document must be an image in JPEG or PNG format.
If you're using an AWS SDK to call Amazon Textract, you might not need to base64-encode
image bytes that are passed using the Bytes field. 
The input document as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Textract operations, you can't pass image bytes. The document must be an image in JPEG or PNG format.
If you're using an AWS SDK to call Amazon Textract, you might not need to base64-encode
image bytes that are passed using the Bytes field. 
Appends an item to feature_types.
To override the contents of this collection use set_feature_types.
A list of the types of analysis to perform. Add TABLES to the list to return information
about the tables that are detected in the input document. Add FORMS to return detected form data.
To perform both types of analysis, add TABLES and FORMS to
FeatureTypes. All lines and words detected in the document are included in
the response (including text that isn't related to the value of FeatureTypes). 
A list of the types of analysis to perform. Add TABLES to the list to return information
about the tables that are detected in the input document. Add FORMS to return detected form data.
To perform both types of analysis, add TABLES and FORMS to
FeatureTypes. All lines and words detected in the document are included in
the response (including text that isn't related to the value of FeatureTypes). 
Sets the configuration for the human in the loop workflow for analyzing documents.
Sets the configuration for the human in the loop workflow for analyzing documents.
Consumes the builder and constructs a AnalyzeDocumentInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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