GoogleCloudDocumentaiV1DocumentPageMatrix

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageMatrix


Table of Contents ▼

Jump to a specific part of the page:

Description

Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.

Attributes List

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

View Attributes

Attributes

  1. cols (type: integer(), default: nil)
    - Number of columns in the matrix.
  2. data (type: String.t, default: nil)
    - The matrix data.
  3. rows (type: integer(), default: nil)
    - Number of rows in the matrix.
  4. type (type: integer(), default: nil)
    - This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageMatrix{
cols: integer() | nil,
data: String.t() | nil,
rows: integer() | nil,
type: integer() | nil
}

Function

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

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