Class GoogleCloudVisionV1p3beta1LocationInfo
Detected entity location information.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p3beta1LocationInfo : 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 |