Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y 

A

AccessDeniedException - Exception in software.amazon.awssdk.services.textract.model
You aren't authorized to perform the action.
AccessDeniedException.Builder - Interface in software.amazon.awssdk.services.textract.model
 
analyzeDocument(AnalyzeDocumentRequest) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Analyzes an input document for relationships between detected items.
analyzeDocument(Consumer<AnalyzeDocumentRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Analyzes an input document for relationships between detected items.
analyzeDocument(AnalyzeDocumentRequest) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Analyzes an input document for relationships between detected items.
analyzeDocument(Consumer<AnalyzeDocumentRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Analyzes an input document for relationships between detected items.
AnalyzeDocumentRequest - Class in software.amazon.awssdk.services.textract.model
 
AnalyzeDocumentRequest.Builder - Interface in software.amazon.awssdk.services.textract.model
 
AnalyzeDocumentRequestMarshaller - Class in software.amazon.awssdk.services.textract.transform
AnalyzeDocumentRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.textract.transform.AnalyzeDocumentRequestMarshaller
 
AnalyzeDocumentResponse - Class in software.amazon.awssdk.services.textract.model
 
AnalyzeDocumentResponse.Builder - Interface in software.amazon.awssdk.services.textract.model
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.AccessDeniedException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.BadDocumentException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.DocumentTooLargeException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.InternalServerErrorException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.InvalidJobIdException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.InvalidParameterException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.InvalidS3ObjectException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.LimitExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.TextractException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.textract.model.TextractException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.ThrottlingException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.textract.model.UnsupportedDocumentException.Builder
 

B

BadDocumentException - Exception in software.amazon.awssdk.services.textract.model
Amazon Textract isn't able to read the document.
BadDocumentException.Builder - Interface in software.amazon.awssdk.services.textract.model
 
Block - Class in software.amazon.awssdk.services.textract.model
A Block represents items that are recognized in a document within a group of pixels close to each other.
Block.Builder - Interface in software.amazon.awssdk.services.textract.model
 
blocks() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
The text that's detected and analyzed by AnalyzeDocument.
blocks(Collection<Block>) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse.Builder
The text that's detected and analyzed by AnalyzeDocument.
blocks(Block...) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse.Builder
The text that's detected and analyzed by AnalyzeDocument.
blocks(Consumer<Block.Builder>...) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse.Builder
The text that's detected and analyzed by AnalyzeDocument.
blocks() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
An array of Block objects containing the text detected in the document.
blocks(Collection<Block>) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse.Builder
An array of Block objects containing the text detected in the document.
blocks(Block...) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse.Builder
An array of Block objects containing the text detected in the document.
blocks(Consumer<Block.Builder>...) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse.Builder
An array of Block objects containing the text detected in the document.
blocks() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
The results of the text analysis operation.
blocks(Collection<Block>) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
The results of the text analysis operation.
blocks(Block...) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
The results of the text analysis operation.
blocks(Consumer<Block.Builder>...) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
The results of the text analysis operation.
blocks() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
The results of the text-detection operation.
blocks(Collection<Block>) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
The results of the text-detection operation.
blocks(Block...) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
The results of the text-detection operation.
blocks(Consumer<Block.Builder>...) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
The results of the text-detection operation.
blockType() - Method in class software.amazon.awssdk.services.textract.model.Block
The type of text that's recognized in a block.
blockType(String) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The type of text that's recognized in a block.
blockType(BlockType) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The type of text that's recognized in a block.
BlockType - Enum in software.amazon.awssdk.services.textract.model
 
blockTypeAsString() - Method in class software.amazon.awssdk.services.textract.model.Block
The type of text that's recognized in a block.
BoundingBox - Class in software.amazon.awssdk.services.textract.model
The bounding box around the recognized text, key, value, table or table cell on a document page.
boundingBox() - Method in class software.amazon.awssdk.services.textract.model.Geometry
An axis-aligned coarse representation of the location of the recognized text on the document page.
boundingBox(BoundingBox) - Method in interface software.amazon.awssdk.services.textract.model.Geometry.Builder
An axis-aligned coarse representation of the location of the recognized text on the document page.
boundingBox(Consumer<BoundingBox.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.Geometry.Builder
An axis-aligned coarse representation of the location of the recognized text on the document page.
BoundingBox.Builder - Interface in software.amazon.awssdk.services.textract.model
 
bucket() - Method in class software.amazon.awssdk.services.textract.model.S3Object
The name of the S3 bucket.
bucket(String) - Method in interface software.amazon.awssdk.services.textract.model.S3Object.Builder
The name of the S3 bucket.
build() - Method in class software.amazon.awssdk.services.textract.model.TextractException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.textract.model.TextractRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.textract.model.TextractResponse.Builder
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.AccessDeniedException
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.BadDocumentException
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.Block
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.BoundingBox
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.Document
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.DocumentLocation
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.DocumentTooLargeException
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.Geometry
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.InternalServerErrorException
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.InvalidJobIdException
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.InvalidParameterException
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.InvalidS3ObjectException
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.LimitExceededException
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.NotificationChannel
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.Point
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.Relationship
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.S3Object
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.TextractException
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.ThrottlingException
 
builder() - Static method in exception software.amazon.awssdk.services.textract.model.UnsupportedDocumentException
 
builder() - Static method in class software.amazon.awssdk.services.textract.model.Warning
 
builder() - Static method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Create a builder that can be used to configure and create a TextractAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.textract.TextractClient
Create a builder that can be used to configure and create a TextractClient.
BuilderImpl() - Constructor for class software.amazon.awssdk.services.textract.model.TextractException.BuilderImpl
 
BuilderImpl(TextractException) - Constructor for class software.amazon.awssdk.services.textract.model.TextractException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.textract.model.TextractRequest.BuilderImpl
 
BuilderImpl(TextractRequest) - Constructor for class software.amazon.awssdk.services.textract.model.TextractRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.textract.model.TextractResponse.BuilderImpl
 
BuilderImpl(TextractResponse) - Constructor for class software.amazon.awssdk.services.textract.model.TextractResponse.BuilderImpl
 
bytes(SdkBytes) - Method in interface software.amazon.awssdk.services.textract.model.Document.Builder
A blob of base-64 encoded documents bytes.
bytes() - Method in class software.amazon.awssdk.services.textract.model.Document
A blob of base-64 encoded documents bytes.

C

cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.AccessDeniedException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.BadDocumentException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.DocumentTooLargeException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.InternalServerErrorException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.InvalidJobIdException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.InvalidParameterException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.InvalidS3ObjectException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.LimitExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.TextractException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.textract.model.TextractException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.ThrottlingException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.textract.model.UnsupportedDocumentException.Builder
 
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
The idempotent token that you use to identify the start request.
clientRequestToken() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
The idempotent token that you use to identify the start request.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest.Builder
The idempotent token that's used to identify the start request.
clientRequestToken() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
The idempotent token that's used to identify the start request.
columnIndex(Integer) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The column in which a table cell appears.
columnIndex() - Method in class software.amazon.awssdk.services.textract.model.Block
The column in which a table cell appears.
columnSpan(Integer) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The number of columns that a table cell spans.
columnSpan() - Method in class software.amazon.awssdk.services.textract.model.Block
The number of columns that a table cell spans.
confidence(Float) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
confidence() - Method in class software.amazon.awssdk.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.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.textract.model.TextractResponseMetadata
 
create() - Static method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Create a TextractAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.textract.TextractClient
Create a TextractClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.

D

detectDocumentText(DetectDocumentTextRequest) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Detects text in the input document.
detectDocumentText(Consumer<DetectDocumentTextRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Detects text in the input document.
detectDocumentText(DetectDocumentTextRequest) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Detects text in the input document.
detectDocumentText(Consumer<DetectDocumentTextRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Detects text in the input document.
DetectDocumentTextRequest - Class in software.amazon.awssdk.services.textract.model
 
DetectDocumentTextRequest.Builder - Interface in software.amazon.awssdk.services.textract.model
 
DetectDocumentTextRequestMarshaller - Class in software.amazon.awssdk.services.textract.transform
DetectDocumentTextRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.textract.transform.DetectDocumentTextRequestMarshaller
 
DetectDocumentTextResponse - Class in software.amazon.awssdk.services.textract.model
 
DetectDocumentTextResponse.Builder - Interface in software.amazon.awssdk.services.textract.model
 
document(Document) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest.Builder
The input document as base64-encoded bytes or an Amazon S3 object.
document(Consumer<Document.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest.Builder
The input document as base64-encoded bytes or an Amazon S3 object.
document() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
The input document as base64-encoded bytes or an Amazon S3 object.
document(Document) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest.Builder
The input document as base64-encoded bytes or an Amazon S3 object.
document(Consumer<Document.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest.Builder
The input document as base64-encoded bytes or an Amazon S3 object.
document() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
The input document as base64-encoded bytes or an Amazon S3 object.
Document - Class in software.amazon.awssdk.services.textract.model
The input document, either as bytes or as an S3 object.
Document.Builder - Interface in software.amazon.awssdk.services.textract.model
 
DocumentLocation - Class in software.amazon.awssdk.services.textract.model
The Amazon S3 bucket that contains the document to be processed.
documentLocation(DocumentLocation) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
The location of the document to be processed.
documentLocation(Consumer<DocumentLocation.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
The location of the document to be processed.
documentLocation() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
The location of the document to be processed.
documentLocation(DocumentLocation) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest.Builder
The location of the document to be processed.
documentLocation(Consumer<DocumentLocation.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest.Builder
The location of the document to be processed.
documentLocation() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
The location of the document to be processed.
DocumentLocation.Builder - Interface in software.amazon.awssdk.services.textract.model
 
documentMetadata(DocumentMetadata) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse.Builder
Metadata about the analyzed document.
documentMetadata(Consumer<DocumentMetadata.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse.Builder
Metadata about the analyzed document.
documentMetadata() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
Metadata about the analyzed document.
documentMetadata(DocumentMetadata) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse.Builder
Metadata about the document.
documentMetadata(Consumer<DocumentMetadata.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse.Builder
Metadata about the document.
documentMetadata() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
Metadata about the document.
DocumentMetadata - Class in software.amazon.awssdk.services.textract.model
Information about the input document.
documentMetadata(DocumentMetadata) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
Information about a document that Amazon Textract processed.
documentMetadata(Consumer<DocumentMetadata.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
Information about a document that Amazon Textract processed.
documentMetadata() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
Information about a document that Amazon Textract processed.
documentMetadata(DocumentMetadata) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
Information about a document that Amazon Textract processed.
documentMetadata(Consumer<DocumentMetadata.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
Information about a document that Amazon Textract processed.
documentMetadata() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
Information about a document that Amazon Textract processed.
DocumentMetadata.Builder - Interface in software.amazon.awssdk.services.textract.model
 
DocumentTooLargeException - Exception in software.amazon.awssdk.services.textract.model
The document can't be processed because it's too large.
DocumentTooLargeException.Builder - Interface in software.amazon.awssdk.services.textract.model
 

E

EntityType - Enum in software.amazon.awssdk.services.textract.model
 
entityTypes(Collection<EntityType>) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The type of entity.
entityTypes(EntityType...) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The type of entity.
entityTypes() - Method in class software.amazon.awssdk.services.textract.model.Block
The type of entity.
entityTypesAsStrings() - Method in class software.amazon.awssdk.services.textract.model.Block
The type of entity.
entityTypesWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The type of entity.
entityTypesWithStrings(String...) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The type of entity.
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.Block
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.Document
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.DocumentLocation
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.Geometry
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.Point
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.Relationship
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.S3Object
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.textract.model.Warning
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.Block
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.Document
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.DocumentLocation
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.Geometry
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.Point
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.Relationship
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.S3Object
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.textract.model.Warning
 
errorCode(String) - Method in interface software.amazon.awssdk.services.textract.model.Warning.Builder
The error code for the warning.
errorCode() - Method in class software.amazon.awssdk.services.textract.model.Warning
The error code for the warning.

F

FeatureType - Enum in software.amazon.awssdk.services.textract.model
 
featureTypes(Collection<FeatureType>) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest.Builder
A list of the types of analysis to perform.
featureTypes(FeatureType...) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest.Builder
A list of the types of analysis to perform.
featureTypes() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
A list of the types of analysis to perform.
featureTypes(Collection<FeatureType>) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
A list of the types of analysis to perform.
featureTypes(FeatureType...) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
A list of the types of analysis to perform.
featureTypes() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
A list of the types of analysis to perform.
featureTypesAsStrings() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
A list of the types of analysis to perform.
featureTypesAsStrings() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
A list of the types of analysis to perform.
featureTypesWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest.Builder
A list of the types of analysis to perform.
featureTypesWithStrings(String...) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest.Builder
A list of the types of analysis to perform.
featureTypesWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
A list of the types of analysis to perform.
featureTypesWithStrings(String...) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
A list of the types of analysis to perform.
fromValue(String) - Static method in enum software.amazon.awssdk.services.textract.model.BlockType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.textract.model.EntityType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.textract.model.FeatureType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.textract.model.JobStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.textract.model.RelationshipType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.textract.model.SelectionStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

geometry(Geometry) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The location of the recognized text on the image.
geometry(Consumer<Geometry.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The location of the recognized text on the image.
geometry() - Method in class software.amazon.awssdk.services.textract.model.Block
The location of the recognized text on the image.
Geometry - Class in software.amazon.awssdk.services.textract.model
Information about where a recognized text, key, value, table, or table cell is located on a document page.
Geometry.Builder - Interface in software.amazon.awssdk.services.textract.model
 
getDocumentAnalysis(GetDocumentAnalysisRequest) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
getDocumentAnalysis(Consumer<GetDocumentAnalysisRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
getDocumentAnalysis(GetDocumentAnalysisRequest) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
getDocumentAnalysis(Consumer<GetDocumentAnalysisRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
GetDocumentAnalysisRequest - Class in software.amazon.awssdk.services.textract.model
 
GetDocumentAnalysisRequest.Builder - Interface in software.amazon.awssdk.services.textract.model
 
GetDocumentAnalysisRequestMarshaller - Class in software.amazon.awssdk.services.textract.transform
GetDocumentAnalysisRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.textract.transform.GetDocumentAnalysisRequestMarshaller
 
GetDocumentAnalysisResponse - Class in software.amazon.awssdk.services.textract.model
 
GetDocumentAnalysisResponse.Builder - Interface in software.amazon.awssdk.services.textract.model
 
getDocumentTextDetection(GetDocumentTextDetectionRequest) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
getDocumentTextDetection(GetDocumentTextDetectionRequest) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
GetDocumentTextDetectionRequest - Class in software.amazon.awssdk.services.textract.model
 
GetDocumentTextDetectionRequest.Builder - Interface in software.amazon.awssdk.services.textract.model
 
GetDocumentTextDetectionRequestMarshaller - Class in software.amazon.awssdk.services.textract.transform
GetDocumentTextDetectionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.textract.transform.GetDocumentTextDetectionRequestMarshaller
 
GetDocumentTextDetectionResponse - Class in software.amazon.awssdk.services.textract.model
 
GetDocumentTextDetectionResponse.Builder - Interface in software.amazon.awssdk.services.textract.model
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.Block
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.Document
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.DocumentLocation
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.Geometry
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.Point
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.Relationship
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.S3Object
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.textract.model.Warning
 

H

hashCode() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.Block
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.Document
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.DocumentLocation
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.Geometry
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.Point
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.Relationship
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.S3Object
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.textract.model.Warning
 
height(Float) - Method in interface software.amazon.awssdk.services.textract.model.BoundingBox.Builder
The height of the bounding box as a ratio of the overall document page height.
height() - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
The height of the bounding box as a ratio of the overall document page height.

I

id(String) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The identifier for the recognized text.
id() - Method in class software.amazon.awssdk.services.textract.model.Block
The identifier for the recognized text.
IdempotentParameterMismatchException - Exception in software.amazon.awssdk.services.textract.model
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.
IdempotentParameterMismatchException.Builder - Interface in software.amazon.awssdk.services.textract.model
 
ids(Collection<String>) - Method in interface software.amazon.awssdk.services.textract.model.Relationship.Builder
An array of IDs for related blocks.
ids(String...) - Method in interface software.amazon.awssdk.services.textract.model.Relationship.Builder
An array of IDs for related blocks.
ids() - Method in class software.amazon.awssdk.services.textract.model.Relationship
An array of IDs for related blocks.
InternalServerErrorException - Exception in software.amazon.awssdk.services.textract.model
Amazon Textract experienced a service issue.
InternalServerErrorException.Builder - Interface in software.amazon.awssdk.services.textract.model
 
InvalidJobIdException - Exception in software.amazon.awssdk.services.textract.model
An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis.
InvalidJobIdException.Builder - Interface in software.amazon.awssdk.services.textract.model
 
InvalidParameterException - Exception in software.amazon.awssdk.services.textract.model
An input parameter violated a constraint.
InvalidParameterException.Builder - Interface in software.amazon.awssdk.services.textract.model
 
InvalidS3ObjectException - Exception in software.amazon.awssdk.services.textract.model
Amazon Textract is unable to access the S3 object that's specified in the request.
InvalidS3ObjectException.Builder - Interface in software.amazon.awssdk.services.textract.model
 

J

jobId(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest.Builder
A unique identifier for the text-detection job.
jobId() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
A unique identifier for the text-detection job.
jobId(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest.Builder
A unique identifier for the text detection job.
jobId() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
A unique identifier for the text detection job.
jobId(String) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse.Builder
The identifier for the document text detection job.
jobId() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
The identifier for the document text detection job.
jobId(String) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse.Builder
The identifier for the document text-detection job.
jobId() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
The identifier for the document text-detection job.
jobStatus(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
The current status of the text detection job.
jobStatus(JobStatus) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
The current status of the text detection job.
jobStatus() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
The current status of the text detection job.
jobStatus(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
The current status of the text detection job.
jobStatus(JobStatus) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
The current status of the text detection job.
jobStatus() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
The current status of the text detection job.
JobStatus - Enum in software.amazon.awssdk.services.textract.model
 
jobStatusAsString() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
The current status of the text detection job.
jobStatusAsString() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
The current status of the text detection job.
jobTag(String) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
An identifier you specify that's included in the completion notification that's published to the Amazon SNS topic.
jobTag() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
An identifier you specify that's included in the completion notification that's published to the Amazon SNS topic.
jobTag(String) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest.Builder
An identifier you specify that's included in the completion notification that's published to the Amazon SNS topic.
jobTag() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
An identifier you specify that's included in the completion notification that's published to the Amazon SNS topic.

K

knownValues() - Static method in enum software.amazon.awssdk.services.textract.model.BlockType
Use this in place of BlockType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.textract.model.EntityType
Use this in place of EntityType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.textract.model.FeatureType
Use this in place of FeatureType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.textract.model.JobStatus
Use this in place of JobStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.textract.model.RelationshipType
Use this in place of RelationshipType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.textract.model.SelectionStatus
Use this in place of SelectionStatus.values() to return a Set of all values known to the SDK.

L

left(Float) - Method in interface software.amazon.awssdk.services.textract.model.BoundingBox.Builder
The left coordinate of the bounding box as a ratio of overall document page width.
left() - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
The left coordinate of the bounding box as a ratio of overall document page width.
LimitExceededException - Exception in software.amazon.awssdk.services.textract.model
An Amazon Textract service limit was exceeded.
LimitExceededException.Builder - Interface in software.amazon.awssdk.services.textract.model
 

M

marshall(AnalyzeDocumentRequest) - Method in class software.amazon.awssdk.services.textract.transform.AnalyzeDocumentRequestMarshaller
 
marshall(DetectDocumentTextRequest) - Method in class software.amazon.awssdk.services.textract.transform.DetectDocumentTextRequestMarshaller
 
marshall(GetDocumentAnalysisRequest) - Method in class software.amazon.awssdk.services.textract.transform.GetDocumentAnalysisRequestMarshaller
 
marshall(GetDocumentTextDetectionRequest) - Method in class software.amazon.awssdk.services.textract.transform.GetDocumentTextDetectionRequestMarshaller
 
marshall(StartDocumentAnalysisRequest) - Method in class software.amazon.awssdk.services.textract.transform.StartDocumentAnalysisRequestMarshaller
 
marshall(StartDocumentTextDetectionRequest) - Method in class software.amazon.awssdk.services.textract.transform.StartDocumentTextDetectionRequestMarshaller
 
maxResults(Integer) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest.Builder
The maximum number of results to return per paginated call.
maxResults() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
The maximum number of results to return per paginated call.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest.Builder
The maximum number of results to return per paginated call.
maxResults() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
The maximum number of results to return per paginated call.
message(String) - Method in interface software.amazon.awssdk.services.textract.model.AccessDeniedException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.BadDocumentException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.DocumentTooLargeException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.InternalServerErrorException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.InvalidJobIdException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.InvalidParameterException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.InvalidS3ObjectException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.LimitExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.TextractException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.textract.model.TextractException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.ThrottlingException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.textract.model.UnsupportedDocumentException.Builder
 

N

name(String) - Method in interface software.amazon.awssdk.services.textract.model.S3Object.Builder
The file name of the input document.
name() - Method in class software.amazon.awssdk.services.textract.model.S3Object
The file name of the input document.
nextToken(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest.Builder
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response.
nextToken() - Method in class software.amazon.awssdk.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.
nextToken(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
If the response is truncated, Amazon Textract returns this token.
nextToken() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
If the response is truncated, Amazon Textract returns this token.
nextToken(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest.Builder
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response.
nextToken() - Method in class software.amazon.awssdk.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.
nextToken(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
If the response is truncated, Amazon Textract returns this token.
nextToken() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
If the response is truncated, Amazon Textract returns this token.
NotificationChannel - Class in software.amazon.awssdk.services.textract.model
The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation, such as StartDocumentTextDetection.
notificationChannel(NotificationChannel) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
notificationChannel(Consumer<NotificationChannel.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
notificationChannel() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
notificationChannel(NotificationChannel) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest.Builder
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
notificationChannel(Consumer<NotificationChannel.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest.Builder
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
notificationChannel() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
NotificationChannel.Builder - Interface in software.amazon.awssdk.services.textract.model
 

O

overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest.Builder
 

P

page(Integer) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The page in which a block was detected.
page() - Method in class software.amazon.awssdk.services.textract.model.Block
The page in which a block was detected.
pages(Integer) - Method in interface software.amazon.awssdk.services.textract.model.DocumentMetadata.Builder
The number of pages detected in the document.
pages() - Method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
The number of pages detected in the document.
pages(Collection<Integer>) - Method in interface software.amazon.awssdk.services.textract.model.Warning.Builder
A list of the pages that the warning applies to.
pages(Integer...) - Method in interface software.amazon.awssdk.services.textract.model.Warning.Builder
A list of the pages that the warning applies to.
pages() - Method in class software.amazon.awssdk.services.textract.model.Warning
A list of the pages that the warning applies to.
Point - Class in software.amazon.awssdk.services.textract.model
The X and Y coordinates of a point on a document page.
Point.Builder - Interface in software.amazon.awssdk.services.textract.model
 
polygon(Collection<Point>) - Method in interface software.amazon.awssdk.services.textract.model.Geometry.Builder
Within the bounding box, a fine-grained polygon around the recognized text.
polygon(Point...) - Method in interface software.amazon.awssdk.services.textract.model.Geometry.Builder
Within the bounding box, a fine-grained polygon around the recognized text.
polygon(Consumer<Point.Builder>...) - Method in interface software.amazon.awssdk.services.textract.model.Geometry.Builder
Within the bounding box, a fine-grained polygon around the recognized text.
polygon() - Method in class software.amazon.awssdk.services.textract.model.Geometry
Within the bounding box, a fine-grained polygon around the recognized text.
ProvisionedThroughputExceededException - Exception in software.amazon.awssdk.services.textract.model
The number of requests exceeded your throughput limit.
ProvisionedThroughputExceededException.Builder - Interface in software.amazon.awssdk.services.textract.model
 

R

Relationship - Class in software.amazon.awssdk.services.textract.model
Information about how blocks are related to each other.
Relationship.Builder - Interface in software.amazon.awssdk.services.textract.model
 
relationships(Collection<Relationship>) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
A list of child blocks of the current block.
relationships(Relationship...) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
A list of child blocks of the current block.
relationships(Consumer<Relationship.Builder>...) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
A list of child blocks of the current block.
relationships() - Method in class software.amazon.awssdk.services.textract.model.Block
A list of child blocks of the current block.
RelationshipType - Enum in software.amazon.awssdk.services.textract.model
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.AccessDeniedException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.BadDocumentException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.DocumentTooLargeException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.InternalServerErrorException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.InvalidJobIdException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.InvalidParameterException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.InvalidS3ObjectException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.LimitExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.TextractException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.textract.model.TextractException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.ThrottlingException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.textract.model.UnsupportedDocumentException.Builder
 
responseMetadata() - Method in interface software.amazon.awssdk.services.textract.model.TextractResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.textract.model.TextractResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.textract.model.TextractResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.textract.model.TextractResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.textract.model.TextractResponse
 
roleArn(String) - Method in interface software.amazon.awssdk.services.textract.model.NotificationChannel.Builder
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.
roleArn() - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.
rowIndex(Integer) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The row in which a table cell is located.
rowIndex() - Method in class software.amazon.awssdk.services.textract.model.Block
The row in which a table cell is located.
rowSpan(Integer) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The number of rows that a table spans.
rowSpan() - Method in class software.amazon.awssdk.services.textract.model.Block
The number of rows that a table spans.

S

s3Object(S3Object) - Method in interface software.amazon.awssdk.services.textract.model.Document.Builder
Identifies an S3 object as the document source.
s3Object(Consumer<S3Object.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.Document.Builder
Identifies an S3 object as the document source.
s3Object() - Method in class software.amazon.awssdk.services.textract.model.Document
Identifies an S3 object as the document source.
s3Object(S3Object) - Method in interface software.amazon.awssdk.services.textract.model.DocumentLocation.Builder
The Amazon S3 bucket that contains the input document.
s3Object(Consumer<S3Object.Builder>) - Method in interface software.amazon.awssdk.services.textract.model.DocumentLocation.Builder
The Amazon S3 bucket that contains the input document.
s3Object() - Method in class software.amazon.awssdk.services.textract.model.DocumentLocation
The Amazon S3 bucket that contains the input document.
S3Object - Class in software.amazon.awssdk.services.textract.model
The S3 bucket name and file name that identifies the document.
S3Object.Builder - Interface in software.amazon.awssdk.services.textract.model
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.AccessDeniedException
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.BadDocumentException
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.Block
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.Document
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.DocumentLocation
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.DocumentTooLargeException
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.Geometry
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.InternalServerErrorException
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.InvalidJobIdException
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.InvalidParameterException
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.InvalidS3ObjectException
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.LimitExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.Point
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.Relationship
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.S3Object
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.ThrottlingException
 
sdkFields() - Method in exception software.amazon.awssdk.services.textract.model.UnsupportedDocumentException
 
sdkFields() - Method in class software.amazon.awssdk.services.textract.model.Warning
 
selectionStatus(String) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The selection status of a selectable element such as a radio button or checkbox.
selectionStatus(SelectionStatus) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The selection status of a selectable element such as a radio button or checkbox.
selectionStatus() - Method in class software.amazon.awssdk.services.textract.model.Block
The selection status of a selectable element such as a radio button or checkbox.
SelectionStatus - Enum in software.amazon.awssdk.services.textract.model
 
selectionStatusAsString() - Method in class software.amazon.awssdk.services.textract.model.Block
The selection status of a selectable element such as a radio button or checkbox.
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.AccessDeniedException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.BadDocumentException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.Block
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.BoundingBox
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.Document
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.DocumentLocation
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.DocumentTooLargeException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.Geometry
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.InternalServerErrorException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.InvalidJobIdException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.InvalidParameterException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.InvalidS3ObjectException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.LimitExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.NotificationChannel
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.Point
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.Relationship
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.S3Object
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.TextractException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.ThrottlingException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.textract.model.UnsupportedDocumentException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.textract.model.Warning
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.textract.TextractAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.textract.TextractClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.textract.TextractClient
 
snsTopicArn(String) - Method in interface software.amazon.awssdk.services.textract.model.NotificationChannel.Builder
The Amazon SNS topic that Amazon Textract posts the completion status to.
snsTopicArn() - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
The Amazon SNS topic that Amazon Textract posts the completion status to.
software.amazon.awssdk.services.textract - package software.amazon.awssdk.services.textract
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
software.amazon.awssdk.services.textract.model - package software.amazon.awssdk.services.textract.model
 
software.amazon.awssdk.services.textract.transform - package software.amazon.awssdk.services.textract.transform
 
startDocumentAnalysis(StartDocumentAnalysisRequest) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Starts asynchronous analysis of an input document for relationships between detected items such as key and value pairs, tables, and selection elements.
startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
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 interface software.amazon.awssdk.services.textract.TextractClient
Starts asynchronous analysis of an input document for relationships between detected items such as key and value pairs, tables, and selection elements.
startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractClient
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 software.amazon.awssdk.services.textract.model
 
StartDocumentAnalysisRequest.Builder - Interface in software.amazon.awssdk.services.textract.model
 
StartDocumentAnalysisRequestMarshaller - Class in software.amazon.awssdk.services.textract.transform
StartDocumentAnalysisRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.textract.transform.StartDocumentAnalysisRequestMarshaller
 
StartDocumentAnalysisResponse - Class in software.amazon.awssdk.services.textract.model
 
StartDocumentAnalysisResponse.Builder - Interface in software.amazon.awssdk.services.textract.model
 
startDocumentTextDetection(StartDocumentTextDetectionRequest) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Starts the asynchronous detection of text in a document.
startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractAsyncClient
Starts the asynchronous detection of text in a document.
startDocumentTextDetection(StartDocumentTextDetectionRequest) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Starts the asynchronous detection of text in a document.
startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.textract.TextractClient
Starts the asynchronous detection of text in a document.
StartDocumentTextDetectionRequest - Class in software.amazon.awssdk.services.textract.model
 
StartDocumentTextDetectionRequest.Builder - Interface in software.amazon.awssdk.services.textract.model
 
StartDocumentTextDetectionRequestMarshaller - Class in software.amazon.awssdk.services.textract.transform
StartDocumentTextDetectionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.textract.transform.StartDocumentTextDetectionRequestMarshaller
 
StartDocumentTextDetectionResponse - Class in software.amazon.awssdk.services.textract.model
 
StartDocumentTextDetectionResponse.Builder - Interface in software.amazon.awssdk.services.textract.model
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.AccessDeniedException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.BadDocumentException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.DocumentTooLargeException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.InternalServerErrorException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.InvalidJobIdException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.InvalidParameterException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.InvalidS3ObjectException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.LimitExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.TextractException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.textract.model.TextractException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.ThrottlingException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.textract.model.UnsupportedDocumentException.Builder
 
statusMessage(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
The current status of an asynchronous document analysis operation.
statusMessage() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
The current status of an asynchronous document analysis operation.
statusMessage(String) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
The current status of an asynchronous document text-detection operation.
statusMessage() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
The current status of an asynchronous document text-detection operation.

T

text(String) - Method in interface software.amazon.awssdk.services.textract.model.Block.Builder
The word or line of text that's recognized by Amazon Textract.
text() - Method in class software.amazon.awssdk.services.textract.model.Block
The word or line of text that's recognized by Amazon Textract.
TextractAsyncClient - Interface in software.amazon.awssdk.services.textract
Service client for accessing Amazon Textract asynchronously.
TextractAsyncClientBuilder - Interface in software.amazon.awssdk.services.textract
A builder for creating an instance of TextractAsyncClient.
TextractBaseClientBuilder<B extends TextractBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.textract
This includes configuration specific to Amazon Textract that is supported by both TextractClientBuilder and TextractAsyncClientBuilder.
TextractClient - Interface in software.amazon.awssdk.services.textract
Service client for accessing Amazon Textract.
TextractClientBuilder - Interface in software.amazon.awssdk.services.textract
A builder for creating an instance of TextractClient.
TextractException - Exception in software.amazon.awssdk.services.textract.model
 
TextractException(TextractException.Builder) - Constructor for exception software.amazon.awssdk.services.textract.model.TextractException
 
TextractException.Builder - Interface in software.amazon.awssdk.services.textract.model
 
TextractException.BuilderImpl - Class in software.amazon.awssdk.services.textract.model
 
TextractRequest - Class in software.amazon.awssdk.services.textract.model
 
TextractRequest(TextractRequest.Builder) - Constructor for class software.amazon.awssdk.services.textract.model.TextractRequest
 
TextractRequest.Builder - Interface in software.amazon.awssdk.services.textract.model
 
TextractRequest.BuilderImpl - Class in software.amazon.awssdk.services.textract.model
 
TextractResponse - Class in software.amazon.awssdk.services.textract.model
 
TextractResponse(TextractResponse.Builder) - Constructor for class software.amazon.awssdk.services.textract.model.TextractResponse
 
TextractResponse.Builder - Interface in software.amazon.awssdk.services.textract.model
 
TextractResponse.BuilderImpl - Class in software.amazon.awssdk.services.textract.model
 
TextractResponseMetadata - Class in software.amazon.awssdk.services.textract.model
 
ThrottlingException - Exception in software.amazon.awssdk.services.textract.model
Amazon Textract is temporarily unable to process the request.
ThrottlingException.Builder - Interface in software.amazon.awssdk.services.textract.model
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.AccessDeniedException
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.BadDocumentException
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.Block
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.Document
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.DocumentLocation
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.DocumentTooLargeException
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.Geometry
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.IdempotentParameterMismatchException
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.InternalServerErrorException
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.InvalidJobIdException
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.InvalidParameterException
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.InvalidS3ObjectException
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.LimitExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.Point
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.ProvisionedThroughputExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.Relationship
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.S3Object
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.TextractException
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.TextractRequest
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.ThrottlingException
 
toBuilder() - Method in exception software.amazon.awssdk.services.textract.model.UnsupportedDocumentException
 
toBuilder() - Method in class software.amazon.awssdk.services.textract.model.Warning
 
top(Float) - Method in interface software.amazon.awssdk.services.textract.model.BoundingBox.Builder
The top coordinate of the bounding box as a ratio of overall document page height.
top() - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
The top coordinate of the bounding box as a ratio of overall document page height.
toString() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.Block
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.textract.model.BlockType
 
toString() - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.Document
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.DocumentLocation
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.DocumentMetadata
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.textract.model.EntityType
 
toString() - Method in enum software.amazon.awssdk.services.textract.model.FeatureType
 
toString() - Method in class software.amazon.awssdk.services.textract.model.Geometry
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.textract.model.JobStatus
 
toString() - Method in class software.amazon.awssdk.services.textract.model.NotificationChannel
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.Point
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.Relationship
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.textract.model.RelationshipType
 
toString() - Method in class software.amazon.awssdk.services.textract.model.S3Object
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.textract.model.SelectionStatus
 
toString() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.textract.model.Warning
Returns a string representation of this object.
type(String) - Method in interface software.amazon.awssdk.services.textract.model.Relationship.Builder
The type of relationship that the blocks in the IDs array have with the current block.
type(RelationshipType) - Method in interface software.amazon.awssdk.services.textract.model.Relationship.Builder
The type of relationship that the blocks in the IDs array have with the current block.
type() - Method in class software.amazon.awssdk.services.textract.model.Relationship
The type of relationship that the blocks in the IDs array have with the current block.
typeAsString() - Method in class software.amazon.awssdk.services.textract.model.Relationship
The type of relationship that the blocks in the IDs array have with the current block.

U

UnsupportedDocumentException - Exception in software.amazon.awssdk.services.textract.model
The format of the input document isn't supported.
UnsupportedDocumentException.Builder - Interface in software.amazon.awssdk.services.textract.model
 

V

valueOf(String) - Static method in enum software.amazon.awssdk.services.textract.model.BlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.textract.model.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.textract.model.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.textract.model.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.textract.model.RelationshipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.textract.model.SelectionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.textract.model.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.textract.model.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.textract.model.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.textract.model.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.textract.model.RelationshipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.textract.model.SelectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in interface software.amazon.awssdk.services.textract.model.S3Object.Builder
If the bucket has versioning enabled, you can specify the object version.
version() - Method in class software.amazon.awssdk.services.textract.model.S3Object
If the bucket has versioning enabled, you can specify the object version.

W

Warning - Class in software.amazon.awssdk.services.textract.model
A warning about an issue that occurred during asynchronous text analysis (StartDocumentAnalysis) or asynchronous document-text detection (StartDocumentTextDetection).
Warning.Builder - Interface in software.amazon.awssdk.services.textract.model
 
warnings(Collection<Warning>) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
A list of warnings that occurred during the document analysis operation.
warnings(Warning...) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
A list of warnings that occurred during the document analysis operation.
warnings(Consumer<Warning.Builder>...) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse.Builder
A list of warnings that occurred during the document analysis operation.
warnings() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
A list of warnings that occurred during the document analysis operation.
warnings(Collection<Warning>) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
A list of warnings that occurred during the document text-detection operation.
warnings(Warning...) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
A list of warnings that occurred during the document text-detection operation.
warnings(Consumer<Warning.Builder>...) - Method in interface software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse.Builder
A list of warnings that occurred during the document text-detection operation.
warnings() - Method in class software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
A list of warnings that occurred during the document text-detection operation.
width(Float) - Method in interface software.amazon.awssdk.services.textract.model.BoundingBox.Builder
The width of the bounding box as a ratio of the overall document page width.
width() - Method in class software.amazon.awssdk.services.textract.model.BoundingBox
The width of the bounding box as a ratio of the overall document page width.

X

x(Float) - Method in interface software.amazon.awssdk.services.textract.model.Point.Builder
The value of the X coordinate for a point on a Polygon.
x() - Method in class software.amazon.awssdk.services.textract.model.Point
The value of the X coordinate for a point on a Polygon.

Y

y(Float) - Method in interface software.amazon.awssdk.services.textract.model.Point.Builder
The value of the Y coordinate for a point on a Polygon.
y() - Method in class software.amazon.awssdk.services.textract.model.Point
The value of the Y coordinate for a point on a Polygon.
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links

Copyright © 2019. All rights reserved.