Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectSyntaxResponse
-
Packages that use BatchDetectSyntaxResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of BatchDetectSyntaxResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return BatchDetectSyntaxResponse Modifier and Type Method Description default BatchDetectSyntaxResponseComprehendClient. batchDetectSyntax(Consumer<BatchDetectSyntaxRequest.Builder> batchDetectSyntaxRequest)Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them.default BatchDetectSyntaxResponseComprehendClient. batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSyntaxRequest)Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type BatchDetectSyntaxResponse Modifier and Type Method Description default CompletableFuture<BatchDetectSyntaxResponse>ComprehendAsyncClient. batchDetectSyntax(Consumer<BatchDetectSyntaxRequest.Builder> batchDetectSyntaxRequest)Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them.default CompletableFuture<BatchDetectSyntaxResponse>ComprehendAsyncClient. batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSyntaxRequest)Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them.
-