Uses of Class
software.amazon.awssdk.services.textract.model.GetAdapterVersionResponse
-
Packages that use GetAdapterVersionResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of GetAdapterVersionResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return GetAdapterVersionResponse Modifier and Type Method Description default GetAdapterVersionResponseTextractClient. getAdapterVersion(Consumer<GetAdapterVersionRequest.Builder> getAdapterVersionRequest)Gets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics.default GetAdapterVersionResponseTextractClient. getAdapterVersion(GetAdapterVersionRequest getAdapterVersionRequest)Gets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics.Methods in software.amazon.awssdk.services.textract that return types with arguments of type GetAdapterVersionResponse Modifier and Type Method Description default CompletableFuture<GetAdapterVersionResponse>TextractAsyncClient. getAdapterVersion(Consumer<GetAdapterVersionRequest.Builder> getAdapterVersionRequest)Gets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics.default CompletableFuture<GetAdapterVersionResponse>TextractAsyncClient. getAdapterVersion(GetAdapterVersionRequest getAdapterVersionRequest)Gets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics.
-