Struct aws_sdk_textract::output::get_document_text_detection_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetDocumentTextDetectionOutput
Implementations
Information about a document that Amazon Textract processed. DocumentMetadata
is
returned in every page of paginated responses from an Amazon Textract video operation.
Information about a document that Amazon Textract processed. DocumentMetadata
is
returned in every page of paginated responses from an Amazon Textract video operation.
The current status of the text detection job.
The current status of the text detection job.
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.
Appends an item to blocks
.
To override the contents of this collection use set_blocks
.
The results of the text-detection operation.
The results of the text-detection operation.
Appends an item to warnings
.
To override the contents of this collection use set_warnings
.
A list of warnings that occurred during the text-detection operation for the document.
A list of warnings that occurred during the text-detection operation for the document.
Returns if the detection job could not be completed. Contains explanation for what error occured.
Returns if the detection job could not be completed. Contains explanation for what error occured.
Consumes the builder and constructs a GetDocumentTextDetectionOutput
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