Interface protos.google.cloud.documentai.v1beta3.Document.Page.IMatrix (3.0.2)

Properties of a Matrix.

Package

@google-cloud/documentai!

Properties

cols

cols?: (number|null);

Matrix cols

Property Value
TypeDescription
(number|null)

data

data?: (Uint8Array|string|null);

Matrix data

Property Value
TypeDescription
(Uint8Array|string|null)

rows

rows?: (number|null);

Matrix rows

Property Value
TypeDescription
(number|null)

type

type?: (number|null);

Matrix type

Property Value
TypeDescription
(number|null)