Class WebDetection.Types.WebPage (3.0.0)

public sealed class WebPage : IMessage<WebDetection.Types.WebPage>, IEquatable<WebDetection.Types.WebPage>, IDeepCloneable<WebDetection.Types.WebPage>, IBufferMessage, IMessage

Metadata for web pages.

Inheritance

Object > WebDetection.Types.WebPage

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

WebPage()

public WebPage()

WebPage(WebDetection.Types.WebPage)

public WebPage(WebDetection.Types.WebPage other)
Parameter
NameDescription
otherWebDetection.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
TypeDescription
RepeatedField<WebDetection.Types.WebImage>

PageTitle

public string PageTitle { get; set; }

Title for the web page, may contain HTML markups.

Property Value
TypeDescription
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
TypeDescription
RepeatedField<WebDetection.Types.WebImage>

Score

public float Score { get; set; }

(Deprecated) Overall relevancy score for the web page.

Property Value
TypeDescription
Single

Url

public string Url { get; set; }

The result web page URL.

Property Value
TypeDescription
String