Uses of Interface
software.amazon.awssdk.services.textract.TextractAsyncClientBuilder
-
Packages that use TextractAsyncClientBuilder Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of TextractAsyncClientBuilder in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return TextractAsyncClientBuilder Modifier and Type Method Description static TextractAsyncClientBuilder
TextractAsyncClient. builder()
Create a builder that can be used to configure and create aTextractAsyncClient
.
-