Vision AI v1 API - Class OccupancyCountingPredictionResult.Types.Entity (1.0.0-beta01)

public sealed class OccupancyCountingPredictionResult.Types.Entity : IMessage<OccupancyCountingPredictionResult.Types.Entity>, IEquatable<OccupancyCountingPredictionResult.Types.Entity>, IDeepCloneable<OccupancyCountingPredictionResult.Types.Entity>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.Entity.

The entity info for annotations from occupancy counting operator.

Inheritance

object > OccupancyCountingPredictionResult.Types.Entity

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

Entity()

public Entity()

Entity(Entity)

public Entity(OccupancyCountingPredictionResult.Types.Entity other)
Parameter
Name Description
other OccupancyCountingPredictionResultTypesEntity

Properties

LabelId

public long LabelId { get; set; }

Label id.

Property Value
Type Description
long

LabelString

public string LabelString { get; set; }

Human readable string of the label.

Property Value
Type Description
string