public sealed class WebDetection.Types.WebPage : IMessage<WebDetection.Types.WebPage>, IEquatable<WebDetection.Types.WebPage>, IDeepCloneable<WebDetection.Types.WebPage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class WebDetection.Types.WebPage.
Metadata for web pages.
Implements
IMessageWebDetectionTypesWebPage, IEquatableWebDetectionTypesWebPage, IDeepCloneableWebDetectionTypesWebPage, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
WebPage()
public WebPage()
WebPage(WebPage)
public WebPage(WebDetection.Types.WebPage other)
Parameter | |
---|---|
Name | Description |
other |
WebDetectionTypesWebPage |
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 |
RepeatedFieldWebDetectionTypesWebImage |
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 |
RepeatedFieldWebDetectionTypesWebImage |
Score
public float Score { get; set; }
(Deprecated) Overall relevancy score for the web page.
Property Value | |
---|---|
Type | Description |
float |
Url
public string Url { get; set; }
The result web page URL.
Property Value | |
---|---|
Type | Description |
string |