| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Correction |
Correction.clone() |
Correction |
Correction.withBeginOffset(Integer beginOffset)
The zero-based location in the response string or text where the corrected word starts.
|
Correction |
Correction.withCorrectedTerm(String correctedTerm)
The string or text of a corrected misspelled word in a query.
|
Correction |
Correction.withEndOffset(Integer endOffset)
The zero-based location in the response string or text where the corrected word ends.
|
Correction |
Correction.withTerm(String term)
The string or text of a misspelled word in a query.
|
| Modifier and Type | Method and Description |
|---|---|
List<Correction> |
SpellCorrectedQuery.getCorrections()
The corrected misspelled word or words in a query.
|
| Modifier and Type | Method and Description |
|---|---|
SpellCorrectedQuery |
SpellCorrectedQuery.withCorrections(Correction... corrections)
The corrected misspelled word or words in a query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpellCorrectedQuery.setCorrections(Collection<Correction> corrections)
The corrected misspelled word or words in a query.
|
SpellCorrectedQuery |
SpellCorrectedQuery.withCorrections(Collection<Correction> corrections)
The corrected misspelled word or words in a query.
|
Copyright © 2025. All rights reserved.