google_api_vision v0.6.0 GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p5beta1TableTableCell View Source

A cell representation inside of tables.

Attributes

  • colSpan (type: integer(), default: nil) - How many columns this cell spans.
  • rowSpan (type: integer(), default: nil) - How many rows this cell spans.
  • text (type: String.t, default: nil) - The merged text value of this cell, omitting any deeper structural information unlike text_block. This is useful for simple cells.
  • textBlock (type: GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p5beta1Block.t, default: nil) - Text block for this cell which also contains the normalized bounding box for the cell and deeper structures within a cell if present.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p5beta1TableTableCell{
  colSpan: integer(),
  rowSpan: integer(),
  text: String.t(),
  textBlock: GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p5beta1Block.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.