| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentText |
DocumentText.clone() |
DocumentText |
Document.getExcerpt()
The excerpt from the document.
|
DocumentText |
Document.getTitle()
The title of the document.
|
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 |
Document.setTitle(DocumentText title)
The title of the document.
|
Document |
Document.withExcerpt(DocumentText excerpt)
The excerpt from the document.
|
Document |
Document.withTitle(DocumentText title)
The title of the document.
|
Copyright © 2021. All rights reserved.