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

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

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

Identified box contains location and the entity of the object.

Inheritance

object > OccupancyCountingPredictionResult.Types.IdentifiedBox

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

IdentifiedBox()

public IdentifiedBox()

IdentifiedBox(IdentifiedBox)

public IdentifiedBox(OccupancyCountingPredictionResult.Types.IdentifiedBox other)
Parameter
Name Description
other OccupancyCountingPredictionResultTypesIdentifiedBox

Properties

BoxId

public long BoxId { get; set; }

An unique id for this box.

Property Value
Type Description
long

Entity

public OccupancyCountingPredictionResult.Types.Entity Entity { get; set; }

Entity of this box.

Property Value
Type Description
OccupancyCountingPredictionResultTypesEntity

NormalizedBoundingBox

public OccupancyCountingPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox NormalizedBoundingBox { get; set; }

Bounding Box in the normalized coordinates.

Property Value
Type Description
OccupancyCountingPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox

Score

public float Score { get; set; }

Confidence score associated with this box.

Property Value
Type Description
float

TrackId

public long TrackId { get; set; }

An unique id to identify a track. It should be consistent across frames. It only exists if tracking is enabled.

Property Value
Type Description
long