Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectKeyPhrasesRequest
-
Packages that use BatchDetectKeyPhrasesRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of BatchDetectKeyPhrasesRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type BatchDetectKeyPhrasesRequest Modifier and Type Method Description default CompletableFuture<BatchDetectKeyPhrasesResponse>ComprehendAsyncClient. batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest 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. -
Uses of BatchDetectKeyPhrasesRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type BatchDetectKeyPhrasesRequest Modifier and Type Method Description SdkHttpFullRequestBatchDetectKeyPhrasesRequestMarshaller. marshall(BatchDetectKeyPhrasesRequest batchDetectKeyPhrasesRequest)
-