GoogleCloudDocumentaiV1DocumentPageMatrixArgs

data class GoogleCloudDocumentaiV1DocumentPageMatrixArgs(val cols: Output<Int>? = null, val data: Output<String>? = null, val rows: Output<Int>? = null, val type: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageMatrixArgs>

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

Constructors

fun GoogleCloudDocumentaiV1DocumentPageMatrixArgs(cols: Output<Int>? = null, data: Output<String>? = null, rows: Output<Int>? = null, type: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentPageMatrixArgs

Properties

Link copied to clipboard
val cols: Output<Int>? = null

Number of columns in the matrix.

Link copied to clipboard
val data: Output<String>? = null

The matrix data.

Link copied to clipboard
val rows: Output<Int>? = null

Number of rows in the matrix.

Link copied to clipboard
val type: Output<Int>? = null

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