| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Correction.Builder |
Correction.Builder.beginOffset(Integer beginOffset)
The zero-based location in the response string or text where the corrected word starts.
|
static Correction.Builder |
Correction.builder() |
Correction.Builder |
Correction.Builder.correctedTerm(String correctedTerm)
The string or text of a corrected misspelled word in a query.
|
Correction.Builder |
Correction.Builder.endOffset(Integer endOffset)
The zero-based location in the response string or text where the corrected word ends.
|
Correction.Builder |
Correction.Builder.term(String term)
The string or text of a misspelled word in a query.
|
Correction.Builder |
Correction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Correction.Builder> |
Correction.serializableBuilderClass() |
Copyright © 2023. All rights reserved.