Uses of Class
software.amazon.awssdk.services.textract.model.AnalyzeIdResponse
-
Packages that use AnalyzeIdResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of AnalyzeIdResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return AnalyzeIdResponse Modifier and Type Method Description default AnalyzeIdResponseTextractClient. analyzeID(Consumer<AnalyzeIdRequest.Builder> analyzeIdRequest)Analyzes identity documents for relevant information.default AnalyzeIdResponseTextractClient. analyzeID(AnalyzeIdRequest analyzeIdRequest)Analyzes identity documents for relevant information.Methods in software.amazon.awssdk.services.textract that return types with arguments of type AnalyzeIdResponse Modifier and Type Method Description default CompletableFuture<AnalyzeIdResponse>TextractAsyncClient. analyzeID(Consumer<AnalyzeIdRequest.Builder> analyzeIdRequest)Analyzes identity documents for relevant information.default CompletableFuture<AnalyzeIdResponse>TextractAsyncClient. analyzeID(AnalyzeIdRequest analyzeIdRequest)Analyzes identity documents for relevant information.
-