Interface protos.google.type.IDate (2.10.0)

Properties of a Date.

Package

@google-cloud/documentai!

Properties

day

day?: (number|null);

Date day

Property Value
TypeDescription
(number|null)

month

month?: (number|null);

Date month

Property Value
TypeDescription
(number|null)

year

year?: (number|null);

Date year

Property Value
TypeDescription
(number|null)