Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectKeyPhrasesResponse
-
Packages that use DetectKeyPhrasesResponse 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 DetectKeyPhrasesResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DetectKeyPhrasesResponse Modifier and Type Method Description default DetectKeyPhrasesResponseComprehendClient. detectKeyPhrases(Consumer<DetectKeyPhrasesRequest.Builder> detectKeyPhrasesRequest)Detects the key noun phrases found in the text.default DetectKeyPhrasesResponseComprehendClient. detectKeyPhrases(DetectKeyPhrasesRequest detectKeyPhrasesRequest)Detects the key noun phrases found in the text.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DetectKeyPhrasesResponse Modifier and Type Method Description default CompletableFuture<DetectKeyPhrasesResponse>ComprehendAsyncClient. detectKeyPhrases(Consumer<DetectKeyPhrasesRequest.Builder> detectKeyPhrasesRequest)Detects the key noun phrases found in the text.default CompletableFuture<DetectKeyPhrasesResponse>ComprehendAsyncClient. detectKeyPhrases(DetectKeyPhrasesRequest detectKeyPhrasesRequest)Detects the key noun phrases found in the text.
-