Interface protos.google.cloud.retail.v2beta.IImage (1.2.2)

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)