Interface protos.google.cloud.vision.v1p4beta1.IListProductsInProductSetResponse (2.3.8)

Properties of a ListProductsInProductSetResponse.

Package

@google-cloud/vision!

Properties

nextPageToken

nextPageToken?: (string|null);

ListProductsInProductSetResponse nextPageToken

Property Value
TypeDescription
(string|null)

products

products?: (google.cloud.vision.v1p4beta1.IProduct[]|null);

ListProductsInProductSetResponse products

Property Value
TypeDescription
(google.cloud.vision.v1p4beta1.IProduct[]|null)