public sealed class WebDetection : IMessage<WebDetection>, IEquatable<WebDetection>, IDeepCloneable<WebDetection>, IBufferMessage, IMessageRelevant information for the image from the Internet.
Implements
IMessage<WebDetection>, IEquatable<WebDetection>, IDeepCloneable<WebDetection>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
WebDetection()
public WebDetection()WebDetection(WebDetection)
public WebDetection(WebDetection other)| Parameter | |
|---|---|
| Name | Description |
other |
WebDetection |
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 | |
|---|---|
| Type | Description |
RepeatedField<WebDetection.Types.WebLabel> |
|
FullMatchingImages
public RepeatedField<WebDetection.Types.WebImage> FullMatchingImages { get; }Fully matching images from the Internet. Can include resized copies of the query image.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<WebDetection.Types.WebImage> |
|
PagesWithMatchingImages
public RepeatedField<WebDetection.Types.WebPage> PagesWithMatchingImages { get; }Web pages containing the matching images from the Internet.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<WebDetection.Types.WebPage> |
|
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 | |
|---|---|
| Type | Description |
RepeatedField<WebDetection.Types.WebImage> |
|
VisuallySimilarImages
public RepeatedField<WebDetection.Types.WebImage> VisuallySimilarImages { get; }The visually similar image results.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<WebDetection.Types.WebImage> |
|
WebEntities
public RepeatedField<WebDetection.Types.WebEntity> WebEntities { get; }Deduced entities from similar images on the Internet.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<WebDetection.Types.WebEntity> |
|