Uses of Interface
software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest.Builder
-
Packages that use GetDocumentTextDetectionRequest.Builder Package Description 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 -
-
Uses of GetDocumentTextDetectionRequest.Builder in software.amazon.awssdk.services.textract
Method parameters in software.amazon.awssdk.services.textract with type arguments of type GetDocumentTextDetectionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDocumentTextDetectionResponse>TextractAsyncClient. getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder> getDocumentTextDetectionRequest)Gets the results for an Amazon Textract asynchronous operation that detects text in a document.default GetDocumentTextDetectionResponseTextractClient. getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder> getDocumentTextDetectionRequest)Gets the results for an Amazon Textract asynchronous operation that detects text in a document. -
Uses of GetDocumentTextDetectionRequest.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return GetDocumentTextDetectionRequest.Builder Modifier and Type Method Description static GetDocumentTextDetectionRequest.BuilderGetDocumentTextDetectionRequest. builder()GetDocumentTextDetectionRequest.BuilderGetDocumentTextDetectionRequest.Builder. jobId(String jobId)A unique identifier for the text detection job.GetDocumentTextDetectionRequest.BuilderGetDocumentTextDetectionRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per paginated call.GetDocumentTextDetectionRequest.BuilderGetDocumentTextDetectionRequest.Builder. nextToken(String nextToken)If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response.GetDocumentTextDetectionRequest.BuilderGetDocumentTextDetectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDocumentTextDetectionRequest.BuilderGetDocumentTextDetectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDocumentTextDetectionRequest.BuilderGetDocumentTextDetectionRequest. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type GetDocumentTextDetectionRequest.Builder Modifier and Type Method Description static Class<? extends GetDocumentTextDetectionRequest.Builder>GetDocumentTextDetectionRequest. serializableBuilderClass()
-