- AccessDeniedException - Exception in com.amazonaws.services.textract.model
-
You aren't authorized to perform the action.
- AccessDeniedException(String) - Constructor for exception com.amazonaws.services.textract.model.AccessDeniedException
-
Constructs a new AccessDeniedException with the specified error message.
- AmazonTextract - Interface in com.amazonaws.services.textract
-
Interface for accessing Amazon Textract
- AmazonTextractAsync - Interface in com.amazonaws.services.textract
-
Interface for accessing Amazon Textract asynchronously.
- AmazonTextractAsyncClient - Class in com.amazonaws.services.textract
-
Interface for accessing Amazon Textract asynchronously.
- AmazonTextractAsyncClient() - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Deprecated.
- AmazonTextractAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Deprecated.
- AmazonTextractAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Constructs a new asynchronous client to invoke service methods on Amazon
Textract using the specified AWS account credentials.
- AmazonTextractAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Constructs a new asynchronous client to invoke service methods on Amazon
Textract using the specified AWS account credentials and executor
service.
- AmazonTextractAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Constructs a new asynchronous client to invoke service methods on Amazon
Textract using the specified AWS account credentials, executor service,
and client configuration options.
- AmazonTextractAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Constructs a new asynchronous client to invoke service methods on Amazon
Textract using the specified AWS account credentials provider.
- AmazonTextractAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Constructs a new asynchronous client to invoke service methods on Amazon
Textract using the specified AWS account credentials provider and
executor service.
- AmazonTextractAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Constructs a new asynchronous client to invoke service methods on Amazon
Textract using the specified AWS account credentials provider and client
configuration options.
- AmazonTextractAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Constructs a new asynchronous client to invoke service methods on Amazon
Textract using the specified AWS account credentials provider, executor
service, and client configuration options.
- AmazonTextractClient - Class in com.amazonaws.services.textract
-
Client for accessing Amazon Textract.
- AmazonTextractClient() - Constructor for class com.amazonaws.services.textract.AmazonTextractClient
-
Deprecated.
- AmazonTextractClient(ClientConfiguration) - Constructor for class com.amazonaws.services.textract.AmazonTextractClient
-
Deprecated.
- AmazonTextractClient(AWSCredentials) - Constructor for class com.amazonaws.services.textract.AmazonTextractClient
-
Constructs a new client to invoke service methods on AmazonTextract using
the specified AWS account credentials.
- AmazonTextractClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.textract.AmazonTextractClient
-
Constructs a new client to invoke service methods on AmazonTextract using
the specified AWS account credentials and client configuration options.
- AmazonTextractClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.textract.AmazonTextractClient
-
Constructs a new client to invoke service methods on AmazonTextract using
the specified AWS account credentials provider.
- AmazonTextractClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.textract.AmazonTextractClient
-
Constructs a new client to invoke service methods on AmazonTextract using
the specified AWS account credentials provider and client configuration
options.
- AmazonTextractClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.textract.AmazonTextractClient
-
Deprecated.
- AmazonTextractClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.textract.AmazonTextractClient
-
Constructs a new client to invoke service methods on AmazonTextract using
the specified AWS account credentials provider, client configuration
options and request metric collector.
- analyzeDocument(AnalyzeDocumentRequest) - Method in interface com.amazonaws.services.textract.AmazonTextract
-
Analyzes an input document for relationships between detected items.
- analyzeDocument(AnalyzeDocumentRequest) - Method in class com.amazonaws.services.textract.AmazonTextractClient
-
Analyzes an input document for relationships between detected items.
- analyzeDocumentAsync(AnalyzeDocumentRequest) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Analyzes an input document for relationships between detected items.
- analyzeDocumentAsync(AnalyzeDocumentRequest, AsyncHandler<AnalyzeDocumentRequest, AnalyzeDocumentResult>) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Analyzes an input document for relationships between detected items.
- analyzeDocumentAsync(AnalyzeDocumentRequest) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Analyzes an input document for relationships between detected items.
- analyzeDocumentAsync(AnalyzeDocumentRequest, AsyncHandler<AnalyzeDocumentRequest, AnalyzeDocumentResult>) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Analyzes an input document for relationships between detected items.
- AnalyzeDocumentRequest - Class in com.amazonaws.services.textract.model
-
Analyzes an input document for relationships between detected items.
- AnalyzeDocumentRequest() - Constructor for class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
- AnalyzeDocumentResult - Class in com.amazonaws.services.textract.model
-
- AnalyzeDocumentResult() - Constructor for class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
- Geometry - Class in com.amazonaws.services.textract.model
-
Information about where a recognized text, key, value, table, or table cell
is located on a document page.
- Geometry() - Constructor for class com.amazonaws.services.textract.model.Geometry
-
- getBlocks() - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
The text that's detected and analyzed by AnalyzeDocument.
- getBlocks() - Method in class com.amazonaws.services.textract.model.DetectDocumentTextResult
-
An array of Block objects containing the text detected in the document.
- getBlocks() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The results of the text analysis operation.
- getBlocks() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The results of the text-detection operation.
- getBlockType() - Method in class com.amazonaws.services.textract.model.Block
-
The type of text that's recognized in a block.
- getBoundingBox() - Method in class com.amazonaws.services.textract.model.Geometry
-
An axis-aligned coarse representation of the location of the recognized
text on the document page.
- getBucket() - Method in class com.amazonaws.services.textract.model.S3Object
-
The name of the S3 bucket.
- getBytes() - Method in class com.amazonaws.services.textract.model.Document
-
A blob of base-64 encoded documents bytes.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.textract.AmazonTextract
-
Returns additional metadata for a previously executed successful request,
typically used for debugging issues where a service isn't acting as
expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.textract.AmazonTextractClient
-
- getClientRequestToken() - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The idempotent token that you use to identify the start request.
- getClientRequestToken() - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The idempotent token that's used to identify the start request.
- getColumnIndex() - Method in class com.amazonaws.services.textract.model.Block
-
The column in which a table cell appears.
- getColumnSpan() - Method in class com.amazonaws.services.textract.model.Block
-
The number of columns that a table cell spans.
- getConfidence() - Method in class com.amazonaws.services.textract.model.Block
-
The confidence that Amazon Textract has in the accuracy of the recognized
text and the accuracy of the geometry points around the recognized text.
- getDocument() - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
The input document as base64-encoded bytes or an Amazon S3 object.
- getDocument() - Method in class com.amazonaws.services.textract.model.DetectDocumentTextRequest
-
The input document as base64-encoded bytes or an Amazon S3 object.
- getDocumentAnalysis(GetDocumentAnalysisRequest) - Method in interface com.amazonaws.services.textract.AmazonTextract
-
Gets the results for an Amazon Textract asynchronous operation that
analyzes text in a document.
- getDocumentAnalysis(GetDocumentAnalysisRequest) - Method in class com.amazonaws.services.textract.AmazonTextractClient
-
Gets the results for an Amazon Textract asynchronous operation that
analyzes text in a document.
- getDocumentAnalysisAsync(GetDocumentAnalysisRequest) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Gets the results for an Amazon Textract asynchronous operation that
analyzes text in a document.
- getDocumentAnalysisAsync(GetDocumentAnalysisRequest, AsyncHandler<GetDocumentAnalysisRequest, GetDocumentAnalysisResult>) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Gets the results for an Amazon Textract asynchronous operation that
analyzes text in a document.
- getDocumentAnalysisAsync(GetDocumentAnalysisRequest) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Gets the results for an Amazon Textract asynchronous operation that
analyzes text in a document.
- getDocumentAnalysisAsync(GetDocumentAnalysisRequest, AsyncHandler<GetDocumentAnalysisRequest, GetDocumentAnalysisResult>) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Gets the results for an Amazon Textract asynchronous operation that
analyzes text in a document.
- GetDocumentAnalysisRequest - Class in com.amazonaws.services.textract.model
-
Gets the results for an Amazon Textract asynchronous operation that analyzes
text in a document.
- GetDocumentAnalysisRequest() - Constructor for class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
- GetDocumentAnalysisResult - Class in com.amazonaws.services.textract.model
-
- GetDocumentAnalysisResult() - Constructor for class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
- getDocumentLocation() - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The location of the document to be processed.
- getDocumentLocation() - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The location of the document to be processed.
- getDocumentMetadata() - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
Metadata about the analyzed document.
- getDocumentMetadata() - Method in class com.amazonaws.services.textract.model.DetectDocumentTextResult
-
Metadata about the document.
- getDocumentMetadata() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
Information about a document that Amazon Textract processed.
- getDocumentMetadata() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
Information about a document that Amazon Textract processed.
- getDocumentTextDetection(GetDocumentTextDetectionRequest) - Method in interface com.amazonaws.services.textract.AmazonTextract
-
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
- getDocumentTextDetection(GetDocumentTextDetectionRequest) - Method in class com.amazonaws.services.textract.AmazonTextractClient
-
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
- getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
- getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest, AsyncHandler<GetDocumentTextDetectionRequest, GetDocumentTextDetectionResult>) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
- getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
- getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest, AsyncHandler<GetDocumentTextDetectionRequest, GetDocumentTextDetectionResult>) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
- GetDocumentTextDetectionRequest - Class in com.amazonaws.services.textract.model
-
Gets the results for an Amazon Textract asynchronous operation that detects
text in a document.
- GetDocumentTextDetectionRequest() - Constructor for class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
- GetDocumentTextDetectionResult - Class in com.amazonaws.services.textract.model
-
- GetDocumentTextDetectionResult() - Constructor for class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
- getEntityTypes() - Method in class com.amazonaws.services.textract.model.Block
-
The type of entity.
- getErrorCode() - Method in class com.amazonaws.services.textract.model.Warning
-
The error code for the warning.
- getExecutorService() - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Returns the executor service used by this async client to execute
requests.
- getFeatureTypes() - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
A list of the types of analysis to perform.
- getFeatureTypes() - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
A list of the types of analysis to perform.
- getGeometry() - Method in class com.amazonaws.services.textract.model.Block
-
The location of the recognized text on the image.
- getHeight() - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The height of the bounding box as a ratio of the overall document page
height.
- getId() - Method in class com.amazonaws.services.textract.model.Block
-
The identifier for the recognized text.
- getIds() - Method in class com.amazonaws.services.textract.model.Relationship
-
An array of IDs for related blocks.
- getJobId() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
A unique identifier for the text-detection job.
- getJobId() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
A unique identifier for the text detection job.
- getJobId() - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisResult
-
The identifier for the document text detection job.
- getJobId() - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionResult
-
The identifier for the document text-detection job.
- getJobStatus() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The current status of the text detection job.
- getJobStatus() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The current status of the text detection job.
- getJobTag() - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
An identifier you specify that's included in the completion notification
that's published to the Amazon SNS topic.
- getJobTag() - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
An identifier you specify that's included in the completion notification
that's published to the Amazon SNS topic.
- getLeft() - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The left coordinate of the bounding box as a ratio of overall document
page width.
- getMaxResults() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
The maximum number of results to return per paginated call.
- getMaxResults() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
The maximum number of results to return per paginated call.
- getName() - Method in class com.amazonaws.services.textract.model.S3Object
-
The file name of the input document.
- getNextToken() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
If the previous response was incomplete (because there are more blocks to
retrieve), Amazon Textract returns a pagination token in the response.
- getNextToken() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
If the response is truncated, Amazon Textract returns this token.
- getNextToken() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
If the previous response was incomplete (because there are more blocks to
retrieve), Amazon Textract returns a pagination token in the response.
- getNextToken() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
If the response is truncated, Amazon Textract returns this token.
- getNotificationChannel() - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The Amazon SNS topic ARN that you want Amazon Textract to publish the
completion status of the operation to.
- getNotificationChannel() - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The Amazon SNS topic ARN that you want Amazon Textract to publish the
completion status of the operation to.
- getPage() - Method in class com.amazonaws.services.textract.model.Block
-
The page in which a block was detected.
- getPages() - Method in class com.amazonaws.services.textract.model.DocumentMetadata
-
The number of pages detected in the document.
- getPages() - Method in class com.amazonaws.services.textract.model.Warning
-
A list of the pages that the warning applies to.
- getPolygon() - Method in class com.amazonaws.services.textract.model.Geometry
-
Within the bounding box, a fine-grained polygon around the recognized
text.
- getRelationships() - Method in class com.amazonaws.services.textract.model.Block
-
A list of child blocks of the current block.
- getRoleArn() - Method in class com.amazonaws.services.textract.model.NotificationChannel
-
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract
publishing permissions to the Amazon SNS topic.
- getRowIndex() - Method in class com.amazonaws.services.textract.model.Block
-
The row in which a table cell is located.
- getRowSpan() - Method in class com.amazonaws.services.textract.model.Block
-
The number of rows that a table spans.
- getS3Object() - Method in class com.amazonaws.services.textract.model.Document
-
Identifies an S3 object as the document source.
- getS3Object() - Method in class com.amazonaws.services.textract.model.DocumentLocation
-
The Amazon S3 bucket that contains the input document.
- getSelectionStatus() - Method in class com.amazonaws.services.textract.model.Block
-
The selection status of a selectable element such as a radio button or
checkbox.
- getSNSTopicArn() - Method in class com.amazonaws.services.textract.model.NotificationChannel
-
The Amazon SNS topic that Amazon Textract posts the completion status to.
- getStatusMessage() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The current status of an asynchronous document analysis operation.
- getStatusMessage() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The current status of an asynchronous document text-detection operation.
- getText() - Method in class com.amazonaws.services.textract.model.Block
-
The word or line of text that's recognized by Amazon Textract.
- getTop() - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The top coordinate of the bounding box as a ratio of overall document
page height.
- getType() - Method in class com.amazonaws.services.textract.model.Relationship
-
The type of relationship that the blocks in the IDs array have with the
current block.
- getVersion() - Method in class com.amazonaws.services.textract.model.S3Object
-
If the bucket has versioning enabled, you can specify the object version.
- getWarnings() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
A list of warnings that occurred during the document analysis operation.
- getWarnings() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
A list of warnings that occurred during the document text-detection
operation.
- getWidth() - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The width of the bounding box as a ratio of the overall document page
width.
- getX() - Method in class com.amazonaws.services.textract.model.Point
-
The value of the X coordinate for a point on a Polygon.
- getY() - Method in class com.amazonaws.services.textract.model.Point
-
The value of the Y coordinate for a point on a Polygon.
- S3Object - Class in com.amazonaws.services.textract.model
-
The S3 bucket name and file name that identifies the document.
- S3Object() - Constructor for class com.amazonaws.services.textract.model.S3Object
-
- SelectionStatus - Enum in com.amazonaws.services.textract.model
-
Selection Status
- setBlocks(Collection<Block>) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
The text that's detected and analyzed by AnalyzeDocument.
- setBlocks(Collection<Block>) - Method in class com.amazonaws.services.textract.model.DetectDocumentTextResult
-
An array of Block objects containing the text detected in the document.
- setBlocks(Collection<Block>) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The results of the text analysis operation.
- setBlocks(Collection<Block>) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The results of the text-detection operation.
- setBlockType(String) - Method in class com.amazonaws.services.textract.model.Block
-
The type of text that's recognized in a block.
- setBlockType(BlockType) - Method in class com.amazonaws.services.textract.model.Block
-
The type of text that's recognized in a block.
- setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.textract.model.Geometry
-
An axis-aligned coarse representation of the location of the recognized
text on the document page.
- setBucket(String) - Method in class com.amazonaws.services.textract.model.S3Object
-
The name of the S3 bucket.
- setBytes(ByteBuffer) - Method in class com.amazonaws.services.textract.model.Document
-
A blob of base-64 encoded documents bytes.
- setClientRequestToken(String) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The idempotent token that you use to identify the start request.
- setClientRequestToken(String) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The idempotent token that's used to identify the start request.
- setColumnIndex(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The column in which a table cell appears.
- setColumnSpan(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The number of columns that a table cell spans.
- setConfidence(Float) - Method in class com.amazonaws.services.textract.model.Block
-
The confidence that Amazon Textract has in the accuracy of the recognized
text and the accuracy of the geometry points around the recognized text.
- setDocument(Document) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
The input document as base64-encoded bytes or an Amazon S3 object.
- setDocument(Document) - Method in class com.amazonaws.services.textract.model.DetectDocumentTextRequest
-
The input document as base64-encoded bytes or an Amazon S3 object.
- setDocumentLocation(DocumentLocation) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The location of the document to be processed.
- setDocumentLocation(DocumentLocation) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The location of the document to be processed.
- setDocumentMetadata(DocumentMetadata) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
Metadata about the analyzed document.
- setDocumentMetadata(DocumentMetadata) - Method in class com.amazonaws.services.textract.model.DetectDocumentTextResult
-
Metadata about the document.
- setDocumentMetadata(DocumentMetadata) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
Information about a document that Amazon Textract processed.
- setDocumentMetadata(DocumentMetadata) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
Information about a document that Amazon Textract processed.
- setEndpoint(String) - Method in interface com.amazonaws.services.textract.AmazonTextract
-
Overrides the default endpoint for this client
("https://textract.us-east-1.amazonaws.com").
- setEntityTypes(Collection<String>) - Method in class com.amazonaws.services.textract.model.Block
-
The type of entity.
- setErrorCode(String) - Method in class com.amazonaws.services.textract.model.Warning
-
The error code for the warning.
- setFeatureTypes(Collection<String>) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
A list of the types of analysis to perform.
- setFeatureTypes(Collection<String>) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
A list of the types of analysis to perform.
- setGeometry(Geometry) - Method in class com.amazonaws.services.textract.model.Block
-
The location of the recognized text on the image.
- setHeight(Float) - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The height of the bounding box as a ratio of the overall document page
height.
- setId(String) - Method in class com.amazonaws.services.textract.model.Block
-
The identifier for the recognized text.
- setIds(Collection<String>) - Method in class com.amazonaws.services.textract.model.Relationship
-
An array of IDs for related blocks.
- setJobId(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
A unique identifier for the text-detection job.
- setJobId(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
A unique identifier for the text detection job.
- setJobId(String) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisResult
-
The identifier for the document text detection job.
- setJobId(String) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionResult
-
The identifier for the document text-detection job.
- setJobStatus(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The current status of the text detection job.
- setJobStatus(JobStatus) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The current status of the text detection job.
- setJobStatus(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The current status of the text detection job.
- setJobStatus(JobStatus) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The current status of the text detection job.
- setJobTag(String) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
An identifier you specify that's included in the completion notification
that's published to the Amazon SNS topic.
- setJobTag(String) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
An identifier you specify that's included in the completion notification
that's published to the Amazon SNS topic.
- setLeft(Float) - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The left coordinate of the bounding box as a ratio of overall document
page width.
- setMaxResults(Integer) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
The maximum number of results to return per paginated call.
- setMaxResults(Integer) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
The maximum number of results to return per paginated call.
- setName(String) - Method in class com.amazonaws.services.textract.model.S3Object
-
The file name of the input document.
- setNextToken(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
If the previous response was incomplete (because there are more blocks to
retrieve), Amazon Textract returns a pagination token in the response.
- setNextToken(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
If the response is truncated, Amazon Textract returns this token.
- setNextToken(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
If the previous response was incomplete (because there are more blocks to
retrieve), Amazon Textract returns a pagination token in the response.
- setNextToken(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
If the response is truncated, Amazon Textract returns this token.
- setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The Amazon SNS topic ARN that you want Amazon Textract to publish the
completion status of the operation to.
- setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The Amazon SNS topic ARN that you want Amazon Textract to publish the
completion status of the operation to.
- setPage(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The page in which a block was detected.
- setPages(Integer) - Method in class com.amazonaws.services.textract.model.DocumentMetadata
-
The number of pages detected in the document.
- setPages(Collection<Integer>) - Method in class com.amazonaws.services.textract.model.Warning
-
A list of the pages that the warning applies to.
- setPolygon(Collection<Point>) - Method in class com.amazonaws.services.textract.model.Geometry
-
Within the bounding box, a fine-grained polygon around the recognized
text.
- setRegion(Region) - Method in interface com.amazonaws.services.textract.AmazonTextract
-
- setRelationships(Collection<Relationship>) - Method in class com.amazonaws.services.textract.model.Block
-
A list of child blocks of the current block.
- setRoleArn(String) - Method in class com.amazonaws.services.textract.model.NotificationChannel
-
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract
publishing permissions to the Amazon SNS topic.
- setRowIndex(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The row in which a table cell is located.
- setRowSpan(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The number of rows that a table spans.
- setS3Object(S3Object) - Method in class com.amazonaws.services.textract.model.Document
-
Identifies an S3 object as the document source.
- setS3Object(S3Object) - Method in class com.amazonaws.services.textract.model.DocumentLocation
-
The Amazon S3 bucket that contains the input document.
- setSelectionStatus(String) - Method in class com.amazonaws.services.textract.model.Block
-
The selection status of a selectable element such as a radio button or
checkbox.
- setSelectionStatus(SelectionStatus) - Method in class com.amazonaws.services.textract.model.Block
-
The selection status of a selectable element such as a radio button or
checkbox.
- setSNSTopicArn(String) - Method in class com.amazonaws.services.textract.model.NotificationChannel
-
The Amazon SNS topic that Amazon Textract posts the completion status to.
- setStatusMessage(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The current status of an asynchronous document analysis operation.
- setStatusMessage(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The current status of an asynchronous document text-detection operation.
- setText(String) - Method in class com.amazonaws.services.textract.model.Block
-
The word or line of text that's recognized by Amazon Textract.
- setTop(Float) - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The top coordinate of the bounding box as a ratio of overall document
page height.
- setType(String) - Method in class com.amazonaws.services.textract.model.Relationship
-
The type of relationship that the blocks in the IDs array have with the
current block.
- setType(RelationshipType) - Method in class com.amazonaws.services.textract.model.Relationship
-
The type of relationship that the blocks in the IDs array have with the
current block.
- setVersion(String) - Method in class com.amazonaws.services.textract.model.S3Object
-
If the bucket has versioning enabled, you can specify the object version.
- setWarnings(Collection<Warning>) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
A list of warnings that occurred during the document analysis operation.
- setWarnings(Collection<Warning>) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
A list of warnings that occurred during the document text-detection
operation.
- setWidth(Float) - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The width of the bounding box as a ratio of the overall document page
width.
- setX(Float) - Method in class com.amazonaws.services.textract.model.Point
-
The value of the X coordinate for a point on a Polygon.
- setY(Float) - Method in class com.amazonaws.services.textract.model.Point
-
The value of the Y coordinate for a point on a Polygon.
- shutdown() - Method in interface com.amazonaws.services.textract.AmazonTextract
-
Shuts down this client object, releasing any resources that might be held
open.
- shutdown() - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Shuts down the client, releasing all managed resources.
- startDocumentAnalysis(StartDocumentAnalysisRequest) - Method in interface com.amazonaws.services.textract.AmazonTextract
-
Starts asynchronous analysis of an input document for relationships
between detected items such as key and value pairs, tables, and selection
elements.
- startDocumentAnalysis(StartDocumentAnalysisRequest) - Method in class com.amazonaws.services.textract.AmazonTextractClient
-
Starts asynchronous analysis of an input document for relationships
between detected items such as key and value pairs, tables, and selection
elements.
- startDocumentAnalysisAsync(StartDocumentAnalysisRequest) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Starts asynchronous analysis of an input document for relationships
between detected items such as key and value pairs, tables, and selection
elements.
- startDocumentAnalysisAsync(StartDocumentAnalysisRequest, AsyncHandler<StartDocumentAnalysisRequest, StartDocumentAnalysisResult>) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Starts asynchronous analysis of an input document for relationships
between detected items such as key and value pairs, tables, and selection
elements.
- startDocumentAnalysisAsync(StartDocumentAnalysisRequest) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Starts asynchronous analysis of an input document for relationships
between detected items such as key and value pairs, tables, and selection
elements.
- startDocumentAnalysisAsync(StartDocumentAnalysisRequest, AsyncHandler<StartDocumentAnalysisRequest, StartDocumentAnalysisResult>) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Starts asynchronous analysis of an input document for relationships
between detected items such as key and value pairs, tables, and selection
elements.
- StartDocumentAnalysisRequest - Class in com.amazonaws.services.textract.model
-
Starts asynchronous analysis of an input document for relationships between
detected items such as key and value pairs, tables, and selection elements.
- StartDocumentAnalysisRequest() - Constructor for class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
- StartDocumentAnalysisResult - Class in com.amazonaws.services.textract.model
-
- StartDocumentAnalysisResult() - Constructor for class com.amazonaws.services.textract.model.StartDocumentAnalysisResult
-
- startDocumentTextDetection(StartDocumentTextDetectionRequest) - Method in interface com.amazonaws.services.textract.AmazonTextract
-
Starts the asynchronous detection of text in a document.
- startDocumentTextDetection(StartDocumentTextDetectionRequest) - Method in class com.amazonaws.services.textract.AmazonTextractClient
-
Starts the asynchronous detection of text in a document.
- startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Starts the asynchronous detection of text in a document.
- startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest, AsyncHandler<StartDocumentTextDetectionRequest, StartDocumentTextDetectionResult>) - Method in interface com.amazonaws.services.textract.AmazonTextractAsync
-
Starts the asynchronous detection of text in a document.
- startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Starts the asynchronous detection of text in a document.
- startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest, AsyncHandler<StartDocumentTextDetectionRequest, StartDocumentTextDetectionResult>) - Method in class com.amazonaws.services.textract.AmazonTextractAsyncClient
-
Starts the asynchronous detection of text in a document.
- StartDocumentTextDetectionRequest - Class in com.amazonaws.services.textract.model
-
Starts the asynchronous detection of text in a document.
- StartDocumentTextDetectionRequest() - Constructor for class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
- StartDocumentTextDetectionResult - Class in com.amazonaws.services.textract.model
-
- StartDocumentTextDetectionResult() - Constructor for class com.amazonaws.services.textract.model.StartDocumentTextDetectionResult
-
- ThrottlingException - Exception in com.amazonaws.services.textract.model
-
Amazon Textract is temporarily unable to process the request.
- ThrottlingException(String) - Constructor for exception com.amazonaws.services.textract.model.ThrottlingException
-
Constructs a new ThrottlingException with the specified error message.
- toString() - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.Block
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.textract.model.BlockType
-
- toString() - Method in class com.amazonaws.services.textract.model.BoundingBox
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.DetectDocumentTextRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.DetectDocumentTextResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.Document
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.DocumentLocation
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.DocumentMetadata
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.textract.model.EntityType
-
- toString() - Method in enum com.amazonaws.services.textract.model.FeatureType
-
- toString() - Method in class com.amazonaws.services.textract.model.Geometry
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.textract.model.JobStatus
-
- toString() - Method in class com.amazonaws.services.textract.model.NotificationChannel
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.Point
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.Relationship
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.textract.model.RelationshipType
-
- toString() - Method in class com.amazonaws.services.textract.model.S3Object
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.textract.model.SelectionStatus
-
- toString() - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.textract.model.Warning
-
Returns a string representation of this object; useful for testing and
debugging.
- Warning - Class in com.amazonaws.services.textract.model
-
- Warning() - Constructor for class com.amazonaws.services.textract.model.Warning
-
- withBlocks(Block...) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
The text that's detected and analyzed by AnalyzeDocument.
- withBlocks(Collection<Block>) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
The text that's detected and analyzed by AnalyzeDocument.
- withBlocks(Block...) - Method in class com.amazonaws.services.textract.model.DetectDocumentTextResult
-
An array of Block objects containing the text detected in the document.
- withBlocks(Collection<Block>) - Method in class com.amazonaws.services.textract.model.DetectDocumentTextResult
-
An array of Block objects containing the text detected in the document.
- withBlocks(Block...) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The results of the text analysis operation.
- withBlocks(Collection<Block>) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The results of the text analysis operation.
- withBlocks(Block...) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The results of the text-detection operation.
- withBlocks(Collection<Block>) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The results of the text-detection operation.
- withBlockType(String) - Method in class com.amazonaws.services.textract.model.Block
-
The type of text that's recognized in a block.
- withBlockType(BlockType) - Method in class com.amazonaws.services.textract.model.Block
-
The type of text that's recognized in a block.
- withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.textract.model.Geometry
-
An axis-aligned coarse representation of the location of the recognized
text on the document page.
- withBucket(String) - Method in class com.amazonaws.services.textract.model.S3Object
-
The name of the S3 bucket.
- withBytes(ByteBuffer) - Method in class com.amazonaws.services.textract.model.Document
-
A blob of base-64 encoded documents bytes.
- withClientRequestToken(String) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The idempotent token that you use to identify the start request.
- withClientRequestToken(String) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The idempotent token that's used to identify the start request.
- withColumnIndex(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The column in which a table cell appears.
- withColumnSpan(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The number of columns that a table cell spans.
- withConfidence(Float) - Method in class com.amazonaws.services.textract.model.Block
-
The confidence that Amazon Textract has in the accuracy of the recognized
text and the accuracy of the geometry points around the recognized text.
- withDocument(Document) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
The input document as base64-encoded bytes or an Amazon S3 object.
- withDocument(Document) - Method in class com.amazonaws.services.textract.model.DetectDocumentTextRequest
-
The input document as base64-encoded bytes or an Amazon S3 object.
- withDocumentLocation(DocumentLocation) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The location of the document to be processed.
- withDocumentLocation(DocumentLocation) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The location of the document to be processed.
- withDocumentMetadata(DocumentMetadata) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentResult
-
Metadata about the analyzed document.
- withDocumentMetadata(DocumentMetadata) - Method in class com.amazonaws.services.textract.model.DetectDocumentTextResult
-
Metadata about the document.
- withDocumentMetadata(DocumentMetadata) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
Information about a document that Amazon Textract processed.
- withDocumentMetadata(DocumentMetadata) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
Information about a document that Amazon Textract processed.
- withEntityTypes(String...) - Method in class com.amazonaws.services.textract.model.Block
-
The type of entity.
- withEntityTypes(Collection<String>) - Method in class com.amazonaws.services.textract.model.Block
-
The type of entity.
- withErrorCode(String) - Method in class com.amazonaws.services.textract.model.Warning
-
The error code for the warning.
- withFeatureTypes(String...) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
A list of the types of analysis to perform.
- withFeatureTypes(Collection<String>) - Method in class com.amazonaws.services.textract.model.AnalyzeDocumentRequest
-
A list of the types of analysis to perform.
- withFeatureTypes(String...) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
A list of the types of analysis to perform.
- withFeatureTypes(Collection<String>) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
A list of the types of analysis to perform.
- withGeometry(Geometry) - Method in class com.amazonaws.services.textract.model.Block
-
The location of the recognized text on the image.
- withHeight(Float) - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The height of the bounding box as a ratio of the overall document page
height.
- withId(String) - Method in class com.amazonaws.services.textract.model.Block
-
The identifier for the recognized text.
- withIds(String...) - Method in class com.amazonaws.services.textract.model.Relationship
-
An array of IDs for related blocks.
- withIds(Collection<String>) - Method in class com.amazonaws.services.textract.model.Relationship
-
An array of IDs for related blocks.
- withJobId(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
A unique identifier for the text-detection job.
- withJobId(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
A unique identifier for the text detection job.
- withJobId(String) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisResult
-
The identifier for the document text detection job.
- withJobId(String) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionResult
-
The identifier for the document text-detection job.
- withJobStatus(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The current status of the text detection job.
- withJobStatus(JobStatus) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The current status of the text detection job.
- withJobStatus(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The current status of the text detection job.
- withJobStatus(JobStatus) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The current status of the text detection job.
- withJobTag(String) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
An identifier you specify that's included in the completion notification
that's published to the Amazon SNS topic.
- withJobTag(String) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
An identifier you specify that's included in the completion notification
that's published to the Amazon SNS topic.
- withLeft(Float) - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The left coordinate of the bounding box as a ratio of overall document
page width.
- withMaxResults(Integer) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
The maximum number of results to return per paginated call.
- withMaxResults(Integer) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
The maximum number of results to return per paginated call.
- withName(String) - Method in class com.amazonaws.services.textract.model.S3Object
-
The file name of the input document.
- withNextToken(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisRequest
-
If the previous response was incomplete (because there are more blocks to
retrieve), Amazon Textract returns a pagination token in the response.
- withNextToken(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
If the response is truncated, Amazon Textract returns this token.
- withNextToken(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionRequest
-
If the previous response was incomplete (because there are more blocks to
retrieve), Amazon Textract returns a pagination token in the response.
- withNextToken(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
If the response is truncated, Amazon Textract returns this token.
- withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.textract.model.StartDocumentAnalysisRequest
-
The Amazon SNS topic ARN that you want Amazon Textract to publish the
completion status of the operation to.
- withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.textract.model.StartDocumentTextDetectionRequest
-
The Amazon SNS topic ARN that you want Amazon Textract to publish the
completion status of the operation to.
- withPage(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The page in which a block was detected.
- withPages(Integer) - Method in class com.amazonaws.services.textract.model.DocumentMetadata
-
The number of pages detected in the document.
- withPages(Integer...) - Method in class com.amazonaws.services.textract.model.Warning
-
A list of the pages that the warning applies to.
- withPages(Collection<Integer>) - Method in class com.amazonaws.services.textract.model.Warning
-
A list of the pages that the warning applies to.
- withPolygon(Point...) - Method in class com.amazonaws.services.textract.model.Geometry
-
Within the bounding box, a fine-grained polygon around the recognized
text.
- withPolygon(Collection<Point>) - Method in class com.amazonaws.services.textract.model.Geometry
-
Within the bounding box, a fine-grained polygon around the recognized
text.
- withRelationships(Relationship...) - Method in class com.amazonaws.services.textract.model.Block
-
A list of child blocks of the current block.
- withRelationships(Collection<Relationship>) - Method in class com.amazonaws.services.textract.model.Block
-
A list of child blocks of the current block.
- withRoleArn(String) - Method in class com.amazonaws.services.textract.model.NotificationChannel
-
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract
publishing permissions to the Amazon SNS topic.
- withRowIndex(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The row in which a table cell is located.
- withRowSpan(Integer) - Method in class com.amazonaws.services.textract.model.Block
-
The number of rows that a table spans.
- withS3Object(S3Object) - Method in class com.amazonaws.services.textract.model.Document
-
Identifies an S3 object as the document source.
- withS3Object(S3Object) - Method in class com.amazonaws.services.textract.model.DocumentLocation
-
The Amazon S3 bucket that contains the input document.
- withSelectionStatus(String) - Method in class com.amazonaws.services.textract.model.Block
-
The selection status of a selectable element such as a radio button or
checkbox.
- withSelectionStatus(SelectionStatus) - Method in class com.amazonaws.services.textract.model.Block
-
The selection status of a selectable element such as a radio button or
checkbox.
- withSNSTopicArn(String) - Method in class com.amazonaws.services.textract.model.NotificationChannel
-
The Amazon SNS topic that Amazon Textract posts the completion status to.
- withStatusMessage(String) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
The current status of an asynchronous document analysis operation.
- withStatusMessage(String) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
The current status of an asynchronous document text-detection operation.
- withText(String) - Method in class com.amazonaws.services.textract.model.Block
-
The word or line of text that's recognized by Amazon Textract.
- withTop(Float) - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The top coordinate of the bounding box as a ratio of overall document
page height.
- withType(String) - Method in class com.amazonaws.services.textract.model.Relationship
-
The type of relationship that the blocks in the IDs array have with the
current block.
- withType(RelationshipType) - Method in class com.amazonaws.services.textract.model.Relationship
-
The type of relationship that the blocks in the IDs array have with the
current block.
- withVersion(String) - Method in class com.amazonaws.services.textract.model.S3Object
-
If the bucket has versioning enabled, you can specify the object version.
- withWarnings(Warning...) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
A list of warnings that occurred during the document analysis operation.
- withWarnings(Collection<Warning>) - Method in class com.amazonaws.services.textract.model.GetDocumentAnalysisResult
-
A list of warnings that occurred during the document analysis operation.
- withWarnings(Warning...) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
A list of warnings that occurred during the document text-detection
operation.
- withWarnings(Collection<Warning>) - Method in class com.amazonaws.services.textract.model.GetDocumentTextDetectionResult
-
A list of warnings that occurred during the document text-detection
operation.
- withWidth(Float) - Method in class com.amazonaws.services.textract.model.BoundingBox
-
The width of the bounding box as a ratio of the overall document page
width.
- withX(Float) - Method in class com.amazonaws.services.textract.model.Point
-
The value of the X coordinate for a point on a Polygon.
- withY(Float) - Method in class com.amazonaws.services.textract.model.Point
-
The value of the Y coordinate for a point on a Polygon.