Interface protos.google.cloud.documentai.v1.Document.Entity.INormalizedValue (2.10.0)

Properties of a NormalizedValue.

Package

@google-cloud/documentai!

Properties

addressValue

addressValue?: (google.type.IPostalAddress|null);

NormalizedValue addressValue

Property Value
TypeDescription
(google.type.IPostalAddress|null)

booleanValue

booleanValue?: (boolean|null);

NormalizedValue booleanValue

Property Value
TypeDescription
(boolean|null)

datetimeValue

datetimeValue?: (google.type.IDateTime|null);

NormalizedValue datetimeValue

Property Value
TypeDescription
(google.type.IDateTime|null)

dateValue

dateValue?: (google.type.IDate|null);

NormalizedValue dateValue

Property Value
TypeDescription
(google.type.IDate|null)

moneyValue

moneyValue?: (google.type.IMoney|null);

NormalizedValue moneyValue

Property Value
TypeDescription
(google.type.IMoney|null)

text

text?: (string|null);

NormalizedValue text

Property Value
TypeDescription
(string|null)