Interface protos.google.type.IDate (3.0.2)

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)