Interface protos.google.cloud.vision.v1p3beta1.ProductSearchResults.IResult (2.3.8)

Properties of a Result.

Package

@google-cloud/vision!

Properties

image

image?: (string|null);

Result image

Property Value
TypeDescription
(string|null)

product

product?: (google.cloud.vision.v1p3beta1.IProduct|null);

Result product

Property Value
TypeDescription
(google.cloud.vision.v1p3beta1.IProduct|null)

score

score?: (number|null);

Result score

Property Value
TypeDescription
(number|null)