Interface protos.google.cloud.vision.v1.Product.IKeyValue (2.3.8)

Properties of a KeyValue.

Package

@google-cloud/vision!

Properties

key

key?: (string|null);

KeyValue key

Property Value
TypeDescription
(string|null)

value

value?: (string|null);

KeyValue value

Property Value
TypeDescription
(string|null)