GoogleCloudDocumentaiV1DocumentPageTableTableCell

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTableTableCell


Table of Contents ▼

Jump to a specific part of the page:

Description

A cell representation inside the table.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. colSpan (type: integer(), default: nil)
    - How many columns this cell spans.
  2. detectedLanguages (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage), default: nil)
    - A list of detected languages together with confidence.
  3. layout (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout, default: nil)
    - Layout for TableCell.
  4. rowSpan (type: integer(), default: nil)
    - How many rows this cell spans.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTableTableCell{
colSpan: integer() | nil,
detectedLanguages: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t() ] | nil,
layout: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t() | nil,
rowSpan: integer() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTableTableCell