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 interfaceTextractBaseClientBuilder<B extends TextractBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Textract that is supported by bothTextractClientBuilderandTextractAsyncClientBuilder.Subinterfaces of TextractBaseClientBuilder in software.amazon.awssdk.services.textract Modifier and Type Interface Description interfaceTextractAsyncClientBuilderA builder for creating an instance ofTextractAsyncClient.interfaceTextractClientBuilderA builder for creating an instance ofTextractClient.
-