TableCell

class TableCell

Provides information about a table cell in a table excerpt.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

TRUE means that the table cell should be treated as a header.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: TableCell.Builder.() -> Unit = {}): TableCell
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String