| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SpellCorrectedQuery |
SpellCorrectedQuery.clone() |
SpellCorrectedQuery |
SpellCorrectedQuery.withCorrections(Collection<Correction> corrections)
The corrected misspelled word or words in a query.
|
SpellCorrectedQuery |
SpellCorrectedQuery.withCorrections(Correction... corrections)
The corrected misspelled word or words in a query.
|
SpellCorrectedQuery |
SpellCorrectedQuery.withSuggestedQueryText(String suggestedQueryText)
The query with the suggested spell corrections.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpellCorrectedQuery> |
QueryResult.getSpellCorrectedQueries()
A list of information related to suggested spell corrections for a query.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.withSpellCorrectedQueries(SpellCorrectedQuery... spellCorrectedQueries)
A list of information related to suggested spell corrections for a query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setSpellCorrectedQueries(Collection<SpellCorrectedQuery> spellCorrectedQueries)
A list of information related to suggested spell corrections for a query.
|
QueryResult |
QueryResult.withSpellCorrectedQueries(Collection<SpellCorrectedQuery> spellCorrectedQueries)
A list of information related to suggested spell corrections for a query.
|
Copyright © 2025. All rights reserved.