Class GoogleCloudDocumentaiV1DocumentPageTableTableCell
A cell representation inside the table.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPageTableTableCell : IDirectResponseSchema
Properties
ColSpan
How many columns this cell spans.
Declaration
[JsonProperty("colSpan")]
public virtual int? ColSpan { get; set; }
Property Value
Type | Description |
---|---|
int? |
DetectedLanguages
A list of detected languages together with confidence.
Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> DetectedLanguages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Layout
Layout for TableCell.
Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentPageLayout |
RowSpan
How many rows this cell spans.
Declaration
[JsonProperty("rowSpan")]
public virtual int? RowSpan { get; set; }
Property Value
Type | Description |
---|---|
int? |