public sealed class OccupancyCountingPredictionResult.Types.Entity : IMessage<OccupancyCountingPredictionResult.Types.Entity>, IEquatable<OccupancyCountingPredictionResult.Types.Entity>, IDeepCloneable<OccupancyCountingPredictionResult.Types.Entity>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.Entity.
The entity info for annotations from occupancy counting operator.
Implements
IMessageOccupancyCountingPredictionResultTypesEntity, IEquatableOccupancyCountingPredictionResultTypesEntity, IDeepCloneableOccupancyCountingPredictionResultTypesEntity, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|