Uses of Interface
software.amazon.awssdk.services.kendra.model.Correction.Builder
-
Packages that use Correction.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Correction.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return Correction.Builder Modifier and Type Method Description Correction.BuilderCorrection.Builder. beginOffset(Integer beginOffset)The zero-based location in the response string or text where the corrected word starts.static Correction.BuilderCorrection. builder()Correction.BuilderCorrection.Builder. correctedTerm(String correctedTerm)The string or text of a corrected misspelled word in a query.Correction.BuilderCorrection.Builder. endOffset(Integer endOffset)The zero-based location in the response string or text where the corrected word ends.Correction.BuilderCorrection.Builder. term(String term)The string or text of a misspelled word in a query.Correction.BuilderCorrection. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Correction.Builder Modifier and Type Method Description static Class<? extends Correction.Builder>Correction. serializableBuilderClass()
-