Uses of Class
software.amazon.awssdk.services.kendra.model.TextWithHighlights
-
Packages that use TextWithHighlights Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of TextWithHighlights in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return TextWithHighlights Modifier and Type Method Description TextWithHighlightsExpandedResultItem. documentExcerpt()Returns the value of the DocumentExcerpt property for this object.TextWithHighlightsFeaturedResultsItem. documentExcerpt()Returns the value of the DocumentExcerpt property for this object.TextWithHighlightsQueryResultItem. documentExcerpt()An extract of the text in the document.TextWithHighlightsExpandedResultItem. documentTitle()Returns the value of the DocumentTitle property for this object.TextWithHighlightsFeaturedResultsItem. documentTitle()Returns the value of the DocumentTitle property for this object.TextWithHighlightsQueryResultItem. documentTitle()The title of the document.TextWithHighlightsAdditionalResultAttributeValue. textWithHighlightsValue()The text associated with the attribute and information about the highlight to apply to the text.Methods in software.amazon.awssdk.services.kendra.model with parameters of type TextWithHighlights Modifier and Type Method Description ExpandedResultItem.BuilderExpandedResultItem.Builder. documentExcerpt(TextWithHighlights documentExcerpt)Sets the value of the DocumentExcerpt property for this object.FeaturedResultsItem.BuilderFeaturedResultsItem.Builder. documentExcerpt(TextWithHighlights documentExcerpt)Sets the value of the DocumentExcerpt property for this object.QueryResultItem.BuilderQueryResultItem.Builder. documentExcerpt(TextWithHighlights documentExcerpt)An extract of the text in the document.ExpandedResultItem.BuilderExpandedResultItem.Builder. documentTitle(TextWithHighlights documentTitle)Sets the value of the DocumentTitle property for this object.FeaturedResultsItem.BuilderFeaturedResultsItem.Builder. documentTitle(TextWithHighlights documentTitle)Sets the value of the DocumentTitle property for this object.QueryResultItem.BuilderQueryResultItem.Builder. documentTitle(TextWithHighlights documentTitle)The title of the document.AdditionalResultAttributeValue.BuilderAdditionalResultAttributeValue.Builder. textWithHighlightsValue(TextWithHighlights textWithHighlightsValue)The text associated with the attribute and information about the highlight to apply to the text.
-