| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
KeyPhrase.Builder |
KeyPhrase.Builder.beginOffset(Integer beginOffset)
The zero-based offset from the beginning of the source text to the first character in the key phrase.
|
static KeyPhrase.Builder |
KeyPhrase.builder() |
KeyPhrase.Builder |
KeyPhrase.Builder.endOffset(Integer endOffset)
The zero-based offset from the beginning of the source text to the last character in the key phrase.
|
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 © 2023. All rights reserved.