| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Highlight |
Highlight.clone() |
Highlight |
Highlight.withBeginOffsetInclusive(Integer beginOffsetInclusive)
The offset for the start of the highlight.
|
Highlight |
Highlight.withEndOffsetExclusive(Integer endOffsetExclusive)
The offset for the end of the highlight.
|
| Modifier and Type | Method and Description |
|---|---|
List<Highlight> |
DocumentText.getHighlights()
Highlights in the document text.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentText |
DocumentText.withHighlights(Highlight... highlights)
Highlights in the document text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentText.setHighlights(Collection<Highlight> highlights)
Highlights in the document text.
|
DocumentText |
DocumentText.withHighlights(Collection<Highlight> highlights)
Highlights in the document text.
|
Copyright © 2023. All rights reserved.