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