| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
TextWithHighlights |
FeaturedResultsItem.documentExcerpt()
Returns the value of the DocumentExcerpt property for this object.
|
TextWithHighlights |
QueryResultItem.documentExcerpt()
An extract of the text in the document.
|
TextWithHighlights |
ExpandedResultItem.documentExcerpt()
Returns the value of the DocumentExcerpt property for this object.
|
TextWithHighlights |
FeaturedResultsItem.documentTitle()
Returns the value of the DocumentTitle property for this object.
|
TextWithHighlights |
QueryResultItem.documentTitle()
The title of the document.
|
TextWithHighlights |
ExpandedResultItem.documentTitle()
Returns the value of the DocumentTitle property for this object.
|
TextWithHighlights |
AdditionalResultAttributeValue.textWithHighlightsValue()
The text associated with the attribute and information about the highlight to apply to the text.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturedResultsItem.Builder |
FeaturedResultsItem.Builder.documentExcerpt(TextWithHighlights documentExcerpt)
Sets the value of the DocumentExcerpt property for this object.
|
QueryResultItem.Builder |
QueryResultItem.Builder.documentExcerpt(TextWithHighlights documentExcerpt)
An extract of the text in the document.
|
ExpandedResultItem.Builder |
ExpandedResultItem.Builder.documentExcerpt(TextWithHighlights documentExcerpt)
Sets the value of the DocumentExcerpt property for this object.
|
FeaturedResultsItem.Builder |
FeaturedResultsItem.Builder.documentTitle(TextWithHighlights documentTitle)
Sets the value of the DocumentTitle property for this object.
|
QueryResultItem.Builder |
QueryResultItem.Builder.documentTitle(TextWithHighlights documentTitle)
The title of the document.
|
ExpandedResultItem.Builder |
ExpandedResultItem.Builder.documentTitle(TextWithHighlights documentTitle)
Sets the value of the DocumentTitle property for this object.
|
AdditionalResultAttributeValue.Builder |
AdditionalResultAttributeValue.Builder.textWithHighlightsValue(TextWithHighlights textWithHighlightsValue)
The text associated with the attribute and information about the highlight to apply to the text.
|
Copyright © 2023. All rights reserved.