Class WebDetectionParams
Parameters for web detection request.
Implements
Inherited Members
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 |
---|---|
string |
IncludeGeoResults
This field has no effect on results.
Declaration
[JsonProperty("includeGeoResults")]
public virtual bool? IncludeGeoResults { get; set; }
Property Value
Type | Description |
---|---|
bool? |