Interface protos.google.cloud.vision.v1.IProduct (2.3.8)

Properties of a Product.

Package

@google-cloud/vision!

Properties

description

description?: (string|null);

Product description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Product displayName

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Product name

Property Value
TypeDescription
(string|null)

productCategory

productCategory?: (string|null);

Product productCategory

Property Value
TypeDescription
(string|null)

productLabels

productLabels?: (google.cloud.vision.v1.Product.IKeyValue[]|null);

Product productLabels

Property Value
TypeDescription
(google.cloud.vision.v1.Product.IKeyValue[]|null)