Interface protos.google.cloud.documentai.v1beta3.Document.Page.IDimension (2.10.0)

Properties of a Dimension.

Package

@google-cloud/documentai!

Properties

height

height?: (number|null);

Dimension height

Property Value
TypeDescription
(number|null)

unit

unit?: (string|null);

Dimension unit

Property Value
TypeDescription
(string|null)

width

width?: (number|null);

Dimension width

Property Value
TypeDescription
(number|null)