Class WebDetectionParams
Parameters for web detection request.
Inheritance
System.Object
WebDetectionParams
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class WebDetectionParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IncludeGeoResults
Whether to include results derived from the geo information in the image.
Declaration
[JsonProperty("includeGeoResults")]
public virtual bool? IncludeGeoResults { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |