| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectKeyPhrasesItemResult.Builder |
BatchDetectKeyPhrasesItemResult.Builder.keyPhrases(KeyPhrase... keyPhrases)
One or more KeyPhrase objects, one for each key phrase detected in the document.
|
DetectKeyPhrasesResponse.Builder |
DetectKeyPhrasesResponse.Builder.keyPhrases(KeyPhrase... keyPhrases)
A collection of key phrases that Amazon Comprehend identified in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectKeyPhrasesItemResult.Builder |
BatchDetectKeyPhrasesItemResult.Builder.keyPhrases(Collection<KeyPhrase> keyPhrases)
One or more KeyPhrase objects, one for each key phrase detected in the document.
|
DetectKeyPhrasesResponse.Builder |
DetectKeyPhrasesResponse.Builder.keyPhrases(Collection<KeyPhrase> keyPhrases)
A collection of key phrases that Amazon Comprehend identified in the input text.
|
Copyright © 2023. All rights reserved.