| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
KeyPhrase.Builder |
KeyPhrase.Builder.beginOffset(Integer beginOffset)
A character offset in the input text that shows where the key phrase begins (the first character is at
position 0).
|
static KeyPhrase.Builder |
KeyPhrase.builder() |
KeyPhrase.Builder |
KeyPhrase.Builder.endOffset(Integer endOffset)
A character offset in the input text where the key phrase ends.
|
KeyPhrase.Builder |
KeyPhrase.Builder.score(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
|
KeyPhrase.Builder |
KeyPhrase.Builder.text(String text)
The text of a key noun phrase.
|
KeyPhrase.Builder |
KeyPhrase.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KeyPhrase.Builder> |
KeyPhrase.serializableBuilderClass() |
Copyright © 2021. All rights reserved.