Interface protos.google.cloud.vision.v1.WebDetection.IWebPage (4.2.1)

Properties of a WebPage.

Package

@google-cloud/vision

Properties

fullMatchingImages

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

WebPage fullMatchingImages

pageTitle

pageTitle?: (string|null);

WebPage pageTitle

partialMatchingImages

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

WebPage partialMatchingImages

score

score?: (number|null);

WebPage score

url

url?: (string|null);

WebPage url