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

Properties of a WebDetection.

Package

@google-cloud/vision!

Properties

bestGuessLabels

bestGuessLabels?: (google.cloud.vision.v1p4beta1.WebDetection.IWebLabel[]|null);

WebDetection bestGuessLabels

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

fullMatchingImages

fullMatchingImages?: (google.cloud.vision.v1p4beta1.WebDetection.IWebImage[]|null);

WebDetection fullMatchingImages

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

pagesWithMatchingImages

pagesWithMatchingImages?: (google.cloud.vision.v1p4beta1.WebDetection.IWebPage[]|null);

WebDetection pagesWithMatchingImages

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

partialMatchingImages

partialMatchingImages?: (google.cloud.vision.v1p4beta1.WebDetection.IWebImage[]|null);

WebDetection partialMatchingImages

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

visuallySimilarImages

visuallySimilarImages?: (google.cloud.vision.v1p4beta1.WebDetection.IWebImage[]|null);

WebDetection visuallySimilarImages

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

webEntities

webEntities?: (google.cloud.vision.v1p4beta1.WebDetection.IWebEntity[]|null);

WebDetection webEntities

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