| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentText |
DocumentText.clone() |
DocumentText |
Document.getExcerpt()
The excerpt from the document.
|
DocumentText |
TextData.getExcerpt() |
DocumentText |
Document.getTitle()
The title of the document.
|
DocumentText |
TextData.getTitle() |
DocumentText |
DocumentText.withHighlights(Collection<Highlight> highlights)
Highlights in the document text.
|
DocumentText |
DocumentText.withHighlights(Highlight... highlights)
Highlights in the document text.
|
DocumentText |
DocumentText.withText(String text)
Text in the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setExcerpt(DocumentText excerpt)
The excerpt from the document.
|
void |
TextData.setExcerpt(DocumentText excerpt) |
void |
Document.setTitle(DocumentText title)
The title of the document.
|
void |
TextData.setTitle(DocumentText title) |
Document |
Document.withExcerpt(DocumentText excerpt)
The excerpt from the document.
|
TextData |
TextData.withExcerpt(DocumentText excerpt) |
Document |
Document.withTitle(DocumentText title)
The title of the document.
|
TextData |
TextData.withTitle(DocumentText title) |
Copyright © 2023. All rights reserved.