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

Properties of a WebPage.

Package

@google-cloud/vision!

Properties

fullMatchingImages

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

WebPage fullMatchingImages

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

pageTitle

pageTitle?: (string|null);

WebPage pageTitle

Property Value
TypeDescription
(string|null)

partialMatchingImages

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

WebPage partialMatchingImages

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

score

score?: (number|null);

WebPage score

Property Value
TypeDescription
(number|null)

url

url?: (string|null);

WebPage url

Property Value
TypeDescription
(string|null)