AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about a table cell in a table excerpt.

Inheritance Hierarchy

System.Object
  Amazon.Kendra.Model.TableCell

Namespace: Amazon.Kendra.Model
Assembly: AWSSDK.Kendra.dll
Version: 3.x.y.z

Syntax

C#
public class TableCell

The TableCell type exposes the following members

Constructors

NameDescription
Public Method TableCell()

Properties

NameTypeDescription
Public Property Header System.Boolean

Gets and sets the property Header.

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

Public Property Highlighted System.Boolean

Gets and sets the property 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 Property TopAnswer System.Boolean

Gets and sets the property 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.

Public Property Value System.String

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5