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
Type Description
(string|null)

products

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

ListProductsInProductSetResponse products

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