| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SuggestionHighlight |
SuggestionHighlight.clone() |
SuggestionHighlight |
SuggestionHighlight.withBeginOffset(Integer beginOffset)
The zero-based location in the response string where the highlight starts.
|
SuggestionHighlight |
SuggestionHighlight.withEndOffset(Integer endOffset)
The zero-based location in the response string where the highlight ends.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuggestionHighlight> |
SuggestionTextWithHighlights.getHighlights()
The beginning and end of the query suggestion text that should be highlighted.
|
| Modifier and Type | Method and Description |
|---|---|
SuggestionTextWithHighlights |
SuggestionTextWithHighlights.withHighlights(SuggestionHighlight... highlights)
The beginning and end of the query suggestion text that should be highlighted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuggestionTextWithHighlights.setHighlights(Collection<SuggestionHighlight> highlights)
The beginning and end of the query suggestion text that should be highlighted.
|
SuggestionTextWithHighlights |
SuggestionTextWithHighlights.withHighlights(Collection<SuggestionHighlight> highlights)
The beginning and end of the query suggestion text that should be highlighted.
|
Copyright © 2025. All rights reserved.