Uses of Interface
software.amazon.awssdk.services.textract.TextractAsyncClient
-
Packages that use TextractAsyncClient 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.paginators -
-
Uses of TextractAsyncClient in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return TextractAsyncClient Modifier and Type Method Description static TextractAsyncClientTextractAsyncClient. create()Create aTextractAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of TextractAsyncClient in software.amazon.awssdk.services.textract.paginators
Constructors in software.amazon.awssdk.services.textract.paginators with parameters of type TextractAsyncClient Constructor Description ListAdaptersPublisher(TextractAsyncClient client, ListAdaptersRequest firstRequest)ListAdapterVersionsPublisher(TextractAsyncClient client, ListAdapterVersionsRequest firstRequest)
-