Uses of Class
software.amazon.awssdk.services.textract.model.AnalyzeIdRequest
-
Packages that use AnalyzeIdRequest 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.transform -
-
Uses of AnalyzeIdRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type AnalyzeIdRequest Modifier and Type Method Description default CompletableFuture<AnalyzeIdResponse>TextractAsyncClient. analyzeID(AnalyzeIdRequest analyzeIdRequest)Analyzes identity documents for relevant information.default AnalyzeIdResponseTextractClient. analyzeID(AnalyzeIdRequest analyzeIdRequest)Analyzes identity documents for relevant information. -
Uses of AnalyzeIdRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type AnalyzeIdRequest Modifier and Type Method Description SdkHttpFullRequestAnalyzeIdRequestMarshaller. marshall(AnalyzeIdRequest analyzeIdRequest)
-