Class GoogleCloudVisionV1p1beta1LocationInfo
Detected entity location information.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p1beta1LocationInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LatLng
lat/long location coordinates.
Declaration
[JsonProperty("latLng")]
public virtual LatLng LatLng { get; set; }
Property Value
Type | Description |
---|---|
LatLng |