| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
KeyPhrase |
KeyPhrase.clone() |
KeyPhrase |
KeyPhrase.withBeginOffset(Integer beginOffset)
The zero-based offset from the beginning of the source text to the first character in the key phrase.
|
KeyPhrase |
KeyPhrase.withEndOffset(Integer endOffset)
The zero-based offset from the beginning of the source text to the last character in the key phrase.
|
KeyPhrase |
KeyPhrase.withScore(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
|
KeyPhrase |
KeyPhrase.withText(String text)
The text of a key noun phrase.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyPhrase> |
DetectKeyPhrasesResult.getKeyPhrases()
A collection of key phrases that Amazon Comprehend identified in the input text.
|
List<KeyPhrase> |
BatchDetectKeyPhrasesItemResult.getKeyPhrases()
One or more KeyPhrase objects, one for each key phrase detected in the document.
|
| Modifier and Type | Method and Description |
|---|---|
DetectKeyPhrasesResult |
DetectKeyPhrasesResult.withKeyPhrases(KeyPhrase... keyPhrases)
A collection of key phrases that Amazon Comprehend identified in the input text.
|
BatchDetectKeyPhrasesItemResult |
BatchDetectKeyPhrasesItemResult.withKeyPhrases(KeyPhrase... keyPhrases)
One or more KeyPhrase objects, one for each key phrase detected in the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectKeyPhrasesResult.setKeyPhrases(Collection<KeyPhrase> keyPhrases)
A collection of key phrases that Amazon Comprehend identified in the input text.
|
void |
BatchDetectKeyPhrasesItemResult.setKeyPhrases(Collection<KeyPhrase> keyPhrases)
One or more KeyPhrase objects, one for each key phrase detected in the document.
|
DetectKeyPhrasesResult |
DetectKeyPhrasesResult.withKeyPhrases(Collection<KeyPhrase> keyPhrases)
A collection of key phrases that Amazon Comprehend identified in the input text.
|
BatchDetectKeyPhrasesItemResult |
BatchDetectKeyPhrasesItemResult.withKeyPhrases(Collection<KeyPhrase> keyPhrases)
One or more KeyPhrase objects, one for each key phrase detected in the document.
|
Copyright © 2023. All rights reserved.