public sealed class WebPage : IMessage<WebDetection.Types.WebPage>, IEquatable<WebDetection.Types.WebPage>, IDeepCloneable<WebDetection.Types.WebPage>, IBufferMessage, IMessage
Metadata for web pages.
Implements
IMessage<WebDetection.Types.WebPage>, IEquatable<WebDetection.Types.WebPage>, IDeepCloneable<WebDetection.Types.WebPage>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
WebPage()
public WebPage()
WebPage(WebDetection.Types.WebPage)
public WebPage(WebDetection.Types.WebPage other)
Parameter | |
---|---|
Name | Description |
other | WebDetection.Types.WebPage |
Properties
FullMatchingImages
public RepeatedField<WebDetection.Types.WebImage> FullMatchingImages { get; }
Fully matching images on the page. Can include resized copies of the query image.
Property Value | |
---|---|
Type | Description |
RepeatedField<WebDetection.Types.WebImage> |
PageTitle
public string PageTitle { get; set; }
Title for the web page, may contain HTML markups.
Property Value | |
---|---|
Type | Description |
String |
PartialMatchingImages
public RepeatedField<WebDetection.Types.WebImage> PartialMatchingImages { get; }
Partial matching images on the page. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
Property Value | |
---|---|
Type | Description |
RepeatedField<WebDetection.Types.WebImage> |
Score
public float Score { get; set; }
(Deprecated) Overall relevancy score for the web page.
Property Value | |
---|---|
Type | Description |
Single |
Url
public string Url { get; set; }
The result web page URL.
Property Value | |
---|---|
Type | Description |
String |