Google Cloud Vision v1 API - Class WebDetectionParams (3.5.0)

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

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

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

[Obsolete]
public bool IncludeGeoResults { get; set; }

This field has no effect on results.

Property Value
TypeDescription
bool