Interface protos.google.cloud.retail.v2.IImage (1.1.6)

Properties of an Image.

Package

@google-cloud/retail!

Properties

height

height?: (number|null);

Image height

Property Value
TypeDescription
(number|null)

uri

uri?: (string|null);

Image uri

Property Value
TypeDescription
(string|null)

width

width?: (number|null);

Image width

Property Value
TypeDescription
(number|null)