Class LocationInfo (3.0.0)

public sealed class LocationInfo : IMessage<LocationInfo>, IEquatable<LocationInfo>, IDeepCloneable<LocationInfo>, IBufferMessage, IMessage

Detected entity location information.

Inheritance

Object > LocationInfo

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

LocationInfo()

public LocationInfo()

LocationInfo(LocationInfo)

public LocationInfo(LocationInfo other)
Parameter
NameDescription
otherLocationInfo

Properties

LatLng

public LatLng LatLng { get; set; }

lat/long location coordinates.

Property Value
TypeDescription
LatLng