Class WebDetectionParams (2.5.0)

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

Parameters for web detection request.

Inheritance

Object > WebDetectionParams

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

WebDetectionParams()

public WebDetectionParams()

WebDetectionParams(WebDetectionParams)

public WebDetectionParams(WebDetectionParams other)
Parameter
NameDescription
otherWebDetectionParams

Properties

IncludeGeoResults

public bool IncludeGeoResults { get; set; }

Whether to include results derived from the geo information in the image.

Property Value
TypeDescription
Boolean