public sealed class WebDetectionParams : IMessage<WebDetectionParams>, IEquatable<WebDetectionParams>, IDeepCloneable<WebDetectionParams>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class WebDetectionParams.
Parameters for web detection request.
Implements
IMessage<WebDetectionParams>, IEquatable<WebDetectionParams>, IDeepCloneable<WebDetectionParams>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
WebDetectionParams()
public WebDetectionParams()WebDetectionParams(WebDetectionParams)
public WebDetectionParams(WebDetectionParams other)| Parameter | |
|---|---|
| Name | Description |
other |
WebDetectionParams |
Properties
IncludeGeoResults
public bool IncludeGeoResults { get; set; }Whether to include results derived from the geo information in the image.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|