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

Properties of a NormalizedValue.

Package

@google-cloud/documentai

Properties

addressValue

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

NormalizedValue addressValue

booleanValue

booleanValue?: (boolean|null);

NormalizedValue booleanValue

datetimeValue

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

NormalizedValue datetimeValue

dateValue

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

NormalizedValue dateValue

floatValue

floatValue?: (number|null);

NormalizedValue floatValue

integerValue

integerValue?: (number|null);

NormalizedValue integerValue

moneyValue

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

NormalizedValue moneyValue

text

text?: (string|null);

NormalizedValue text