Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectKeyPhrasesResponse
-
Packages that use BatchDetectKeyPhrasesResponse 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 BatchDetectKeyPhrasesResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return BatchDetectKeyPhrasesResponse Modifier and Type Method Description default BatchDetectKeyPhrasesResponseComprehendClient. batchDetectKeyPhrases(Consumer<BatchDetectKeyPhrasesRequest.Builder> batchDetectKeyPhrasesRequest)Detects the key noun phrases found in a batch of documents.default BatchDetectKeyPhrasesResponseComprehendClient. batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest batchDetectKeyPhrasesRequest)Detects the key noun phrases found in a batch of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type BatchDetectKeyPhrasesResponse Modifier and Type Method Description default CompletableFuture<BatchDetectKeyPhrasesResponse>ComprehendAsyncClient. batchDetectKeyPhrases(Consumer<BatchDetectKeyPhrasesRequest.Builder> batchDetectKeyPhrasesRequest)Detects the key noun phrases found in a batch of documents.default CompletableFuture<BatchDetectKeyPhrasesResponse>ComprehendAsyncClient. batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest batchDetectKeyPhrasesRequest)Detects the key noun phrases found in a batch of documents.
-