Google Cloud Vision v1 API - Class WebDetection (3.6.0)

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

Reference documentation and code samples for the Google Cloud Vision v1 API class WebDetection.

Relevant information for the image from the Internet.

Inheritance

object > WebDetection

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

WebDetection()

public WebDetection()

WebDetection(WebDetection)

public WebDetection(WebDetection other)
Parameter
NameDescription
otherWebDetection

Properties

BestGuessLabels

public RepeatedField<WebDetection.Types.WebLabel> BestGuessLabels { get; }

The service's best guess as to the topic of the request image. Inferred from similar images on the open web.

Property Value
TypeDescription
RepeatedFieldWebDetectionTypesWebLabel

FullMatchingImages

public RepeatedField<WebDetection.Types.WebImage> FullMatchingImages { get; }

Fully matching images from the Internet. Can include resized copies of the query image.

Property Value
TypeDescription
RepeatedFieldWebDetectionTypesWebImage

PagesWithMatchingImages

public RepeatedField<WebDetection.Types.WebPage> PagesWithMatchingImages { get; }

Web pages containing the matching images from the Internet.

Property Value
TypeDescription
RepeatedFieldWebDetectionTypesWebPage

PartialMatchingImages

public RepeatedField<WebDetection.Types.WebImage> PartialMatchingImages { get; }

Partial matching images from the Internet. 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

VisuallySimilarImages

public RepeatedField<WebDetection.Types.WebImage> VisuallySimilarImages { get; }

The visually similar image results.

Property Value
TypeDescription
RepeatedFieldWebDetectionTypesWebImage

WebEntities

public RepeatedField<WebDetection.Types.WebEntity> WebEntities { get; }

Deduced entities from similar images on the Internet.

Property Value
TypeDescription
RepeatedFieldWebDetectionTypesWebEntity