| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
TableExcerpt |
TableExcerpt.clone() |
TableExcerpt |
QueryResultItem.getTableExcerpt()
An excerpt from a table within a document.
|
TableExcerpt |
TableExcerpt.withRows(Collection<TableRow> rows)
A list of rows in the table excerpt.
|
TableExcerpt |
TableExcerpt.withRows(TableRow... rows)
A list of rows in the table excerpt.
|
TableExcerpt |
TableExcerpt.withTotalNumberOfRows(Integer totalNumberOfRows)
A count of the number of rows in the original table within the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResultItem.setTableExcerpt(TableExcerpt tableExcerpt)
An excerpt from a table within a document.
|
QueryResultItem |
QueryResultItem.withTableExcerpt(TableExcerpt tableExcerpt)
An excerpt from a table within a document.
|
Copyright © 2025. All rights reserved.