Google Cloud Vision v1 API - Class WebDetection.Types.WebPage (3.5.0)

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.

Inheritance

object > WebDetection.Types.WebPage

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

WebPage()

public WebPage()

WebPage(WebPage)

public WebPage(WebDetection.Types.WebPage other)
Parameter
NameDescription
otherWebDetectionTypesWebPage

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
RepeatedFieldWebDetectionTypesWebImage

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
RepeatedFieldWebDetectionTypesWebImage

Score

public float Score { get; set; }

(Deprecated) Overall relevancy score for the web page.

Property Value
TypeDescription
float

Url

public string Url { get; set; }

The result web page URL.

Property Value
TypeDescription
string