Uses of Class
software.amazon.awssdk.services.comprehend.model.KeyPhrase
-
Packages that use KeyPhrase Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of KeyPhrase in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type KeyPhrase Modifier and Type Method Description List<KeyPhrase>BatchDetectKeyPhrasesItemResult. keyPhrases()One or more KeyPhrase objects, one for each key phrase detected in the document.List<KeyPhrase>DetectKeyPhrasesResponse. keyPhrases()A collection of key phrases that Amazon Comprehend identified in the input text.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type KeyPhrase Modifier and Type Method Description BatchDetectKeyPhrasesItemResult.BuilderBatchDetectKeyPhrasesItemResult.Builder. keyPhrases(KeyPhrase... keyPhrases)One or more KeyPhrase objects, one for each key phrase detected in the document.DetectKeyPhrasesResponse.BuilderDetectKeyPhrasesResponse.Builder. keyPhrases(KeyPhrase... keyPhrases)A collection of key phrases that Amazon Comprehend identified in the input text.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type KeyPhrase Modifier and Type Method Description BatchDetectKeyPhrasesItemResult.BuilderBatchDetectKeyPhrasesItemResult.Builder. keyPhrases(Collection<KeyPhrase> keyPhrases)One or more KeyPhrase objects, one for each key phrase detected in the document.DetectKeyPhrasesResponse.BuilderDetectKeyPhrasesResponse.Builder. keyPhrases(Collection<KeyPhrase> keyPhrases)A collection of key phrases that Amazon Comprehend identified in the input text.
-