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 TextractClient
TextractClient. create()
Create aTextractClient
with the region loaded from theDefaultAwsRegionProviderChain
and 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)
-