Uses of Class
software.amazon.awssdk.services.textract.model.AnalyzeDocumentResponse
-
Packages that use AnalyzeDocumentResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of AnalyzeDocumentResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return AnalyzeDocumentResponse Modifier and Type Method Description default AnalyzeDocumentResponseTextractClient. analyzeDocument(Consumer<AnalyzeDocumentRequest.Builder> analyzeDocumentRequest)Analyzes an input document for relationships between detected items.default AnalyzeDocumentResponseTextractClient. analyzeDocument(AnalyzeDocumentRequest analyzeDocumentRequest)Analyzes an input document for relationships between detected items.Methods in software.amazon.awssdk.services.textract that return types with arguments of type AnalyzeDocumentResponse Modifier and Type Method Description default CompletableFuture<AnalyzeDocumentResponse>TextractAsyncClient. analyzeDocument(Consumer<AnalyzeDocumentRequest.Builder> analyzeDocumentRequest)Analyzes an input document for relationships between detected items.default CompletableFuture<AnalyzeDocumentResponse>TextractAsyncClient. analyzeDocument(AnalyzeDocumentRequest analyzeDocumentRequest)Analyzes an input document for relationships between detected items.
-