See: Description
| Class | Description |
|---|---|
| AnalyzeDocumentRequest |
Analyzes an input document for relationships between detected items.
|
| AnalyzeDocumentResult | |
| Block |
A
Block represents items that are recognized in a document
within a group of pixels close to each other. |
| BoundingBox |
The bounding box around the detected page, text, key-value pair, table, table
cell, or selection element on a document page.
|
| DetectDocumentTextRequest |
Detects text in the input document.
|
| DetectDocumentTextResult | |
| Document |
The input document, either as bytes or as an S3 object.
|
| DocumentLocation |
The Amazon S3 bucket that contains the document to be processed.
|
| DocumentMetadata |
Information about the input document.
|
| Geometry |
Information about where the following items are located on a document page:
detected page, text, key-value pairs, tables, table cells, and selection
elements.
|
| GetDocumentAnalysisRequest |
Gets the results for an Amazon Textract asynchronous operation that analyzes
text in a document.
|
| GetDocumentAnalysisResult | |
| GetDocumentTextDetectionRequest |
Gets the results for an Amazon Textract asynchronous operation that detects
text in a document.
|
| GetDocumentTextDetectionResult | |
| HumanLoopActivationOutput |
Shows the results of the human in the loop evaluation.
|
| HumanLoopConfig |
Sets up the human review workflow the document will be sent to if one of the
conditions is met.
|
| HumanLoopDataAttributes |
Allows you to set attributes of the image.
|
| NotificationChannel |
The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon
Textract publishes the completion status of an asynchronous document
operation, such as StartDocumentTextDetection.
|
| OutputConfig |
Sets whether or not your output will go to a user created bucket.
|
| Point |
The X and Y coordinates of a point on a document page.
|
| Relationship |
Information about how blocks are related to each other.
|
| S3Object |
The S3 bucket name and file name that identifies the document.
|
| StartDocumentAnalysisRequest |
Starts the asynchronous analysis of an input document for relationships
between detected items such as key-value pairs, tables, and selection
elements.
|
| StartDocumentAnalysisResult | |
| StartDocumentTextDetectionRequest |
Starts the asynchronous detection of text in a document.
|
| StartDocumentTextDetectionResult | |
| Warning |
A warning about an issue that occurred during asynchronous text analysis
(StartDocumentAnalysis) or asynchronous document text detection
(StartDocumentTextDetection).
|
| Enum | Description |
|---|---|
| BlockType |
Block Type
|
| ContentClassifier |
Content Classifier
|
| EntityType |
Entity Type
|
| FeatureType |
Feature Type
|
| JobStatus |
Job Status
|
| RelationshipType |
Relationship Type
|
| SelectionStatus |
Selection Status
|
| TextType |
Text Type
|
| Exception | Description |
|---|---|
| AccessDeniedException |
You aren't authorized to perform the action.
|
| BadDocumentException |
Amazon Textract isn't able to read the document.
|
| DocumentTooLargeException |
The document can't be processed because it's too large.
|
| HumanLoopQuotaExceededException |
Indicates you have exceeded the maximum number of active human in the loop
workflows available
|
| IdempotentParameterMismatchException |
A
ClientRequestToken input parameter was reused with an
operation, but at least one of the other input parameters is different from
the previous call to the operation. |
| InternalServerErrorException |
Amazon Textract experienced a service issue.
|
| InvalidJobIdException |
An invalid job identifier was passed to GetDocumentAnalysis or to
GetDocumentAnalysis.
|
| InvalidKMSKeyException |
Indicates you do not have decrypt permissions with the KMS key entered, or
the KMS key was entered incorrectly.
|
| InvalidParameterException |
An input parameter violated a constraint.
|
| InvalidS3ObjectException |
Amazon Textract is unable to access the S3 object that's specified in the
request.
|
| LimitExceededException |
An Amazon Textract service limit was exceeded.
|
| ProvisionedThroughputExceededException |
The number of requests exceeded your throughput limit.
|
| ThrottlingException |
Amazon Textract is temporarily unable to process the request.
|
| UnsupportedDocumentException |
The format of the input document isn't supported.
|
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.