public sealed class GeoLocationArray : IMessage<GeoLocationArray>, IEquatable<GeoLocationArray>, IDeepCloneable<GeoLocationArray>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class GeoLocationArray.
A list of locations.
Implements
IMessageGeoLocationArray, IEquatableGeoLocationArray, IDeepCloneableGeoLocationArray, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
GeoLocationArray()
public GeoLocationArray()GeoLocationArray(GeoLocationArray)
public GeoLocationArray(GeoLocationArray other)| Parameter | |
|---|---|
| Name | Description |
other |
GeoLocationArray |
Properties
CircleAreas
public RepeatedField<CircleArea> CircleAreas { get; }A list of circle areas.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCircleArea |
|