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