Class GoogleCloudVisionV1p5beta1TableTableCell
A cell representation inside of tables.
Inheritance
System.Object
GoogleCloudVisionV1p5beta1TableTableCell
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1p2beta1.Data
Assembly: Google.Apis.Vision.v1p2beta1.dll
Syntax
public class GoogleCloudVisionV1p5beta1TableTableCell : IDirectResponseSchema
Properties
ColSpan
How many columns this cell spans.
Declaration
[JsonProperty("colSpan")]
public virtual int? ColSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RowSpan
How many rows this cell spans.
Declaration
[JsonProperty("rowSpan")]
public virtual int? RowSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Text
The merged text value of this cell, omitting any deeper structural information unlike text_block.
This is useful for simple cells.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TextBlock
Text block for this cell which also contains the normalized bounding box for the cell and deeper structures within a cell if present.
Declaration
[JsonProperty("textBlock")]
public virtual GoogleCloudVisionV1p5beta1Block TextBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudVisionV1p5beta1Block |