aws-sdk-textract 1.25.0

AWS SDK for Amazon Textract
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AnalyzeDocument` operation.
pub mod analyze_document;

/// Types for the `AnalyzeExpense` operation.
pub mod analyze_expense;

/// Types for the `AnalyzeID` operation.
pub mod analyze_id;

/// Types for the `CreateAdapter` operation.
pub mod create_adapter;

/// Types for the `CreateAdapterVersion` operation.
pub mod create_adapter_version;

/// Types for the `DeleteAdapter` operation.
pub mod delete_adapter;

/// Types for the `DeleteAdapterVersion` operation.
pub mod delete_adapter_version;

/// Types for the `DetectDocumentText` operation.
pub mod detect_document_text;

/// Types for the `GetAdapter` operation.
pub mod get_adapter;

/// Types for the `GetAdapterVersion` operation.
pub mod get_adapter_version;

/// Types for the `GetDocumentAnalysis` operation.
pub mod get_document_analysis;

/// Types for the `GetDocumentTextDetection` operation.
pub mod get_document_text_detection;

/// Types for the `GetExpenseAnalysis` operation.
pub mod get_expense_analysis;

/// Types for the `GetLendingAnalysis` operation.
pub mod get_lending_analysis;

/// Types for the `GetLendingAnalysisSummary` operation.
pub mod get_lending_analysis_summary;

/// Types for the `ListAdapterVersions` operation.
pub mod list_adapter_versions;

/// Types for the `ListAdapters` operation.
pub mod list_adapters;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `StartDocumentAnalysis` operation.
pub mod start_document_analysis;

/// Types for the `StartDocumentTextDetection` operation.
pub mod start_document_text_detection;

/// Types for the `StartExpenseAnalysis` operation.
pub mod start_expense_analysis;

/// Types for the `StartLendingAnalysis` operation.
pub mod start_lending_analysis;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAdapter` operation.
pub mod update_adapter;