Uses of Interface
software.amazon.awssdk.services.textract.TextractBaseClientBuilder
-
Packages that use TextractBaseClientBuilder Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of TextractBaseClientBuilder in software.amazon.awssdk.services.textract
Classes in software.amazon.awssdk.services.textract with type parameters of type TextractBaseClientBuilder Modifier and Type Interface Description interface
TextractBaseClientBuilder<B extends TextractBaseClientBuilder<B,C>,C>
This includes configuration specific to Amazon Textract that is supported by bothTextractClientBuilder
andTextractAsyncClientBuilder
.Subinterfaces of TextractBaseClientBuilder in software.amazon.awssdk.services.textract Modifier and Type Interface Description interface
TextractAsyncClientBuilder
A builder for creating an instance ofTextractAsyncClient
.interface
TextractClientBuilder
A builder for creating an instance ofTextractClient
.
-