@Generated(value="software.amazon.awssdk:codegen") public final class TableCell extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableCell.Builder,TableCell>
Provides information about a table cell in a table excerpt.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableCell.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableCell.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
header()
TRUE means that the table cell should be treated as a header. |
Boolean |
highlighted()
TRUE means that the table cell has a high enough confidence and is relevant to the query, so the
value or content should be highlighted. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableCell.Builder> |
serializableBuilderClass() |
TableCell.Builder |
toBuilder() |
Boolean |
topAnswer()
TRUE if the response of the table cell is the top answer. |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The actual value or content within a table cell.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
The actual value or content within a table cell. A table cell could contain a date value of a year, or a string value of text, for example.
public final Boolean topAnswer()
TRUE if the response of the table cell is the top answer. This is the cell value or content with the
highest confidence score or is the most relevant to the query.
TRUE if the response of the table cell is the top answer. This is the cell value or content
with the highest confidence score or is the most relevant to the query.public final Boolean highlighted()
TRUE means that the table cell has a high enough confidence and is relevant to the query, so the
value or content should be highlighted.
TRUE means that the table cell has a high enough confidence and is relevant to the query, so
the value or content should be highlighted.public final Boolean header()
TRUE means that the table cell should be treated as a header.
TRUE means that the table cell should be treated as a header.public TableCell.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableCell.Builder,TableCell>public static TableCell.Builder builder()
public static Class<? extends TableCell.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.