Vision AI v1 API - Class VideoObjectTrackingPredictionResult.Types.DetectedObject (1.0.0-beta01)

public sealed class VideoObjectTrackingPredictionResult.Types.DetectedObject : IMessage<VideoObjectTrackingPredictionResult.Types.DetectedObject>, IEquatable<VideoObjectTrackingPredictionResult.Types.DetectedObject>, IDeepCloneable<VideoObjectTrackingPredictionResult.Types.DetectedObject>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class VideoObjectTrackingPredictionResult.Types.DetectedObject.

Each DetectedObject is one particular identification of an object specified with the AnnotationSpec id and display_name, the bounding box, the associated confidence score and the corresponding track_id.

Inheritance

object > VideoObjectTrackingPredictionResult.Types.DetectedObject

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

DetectedObject()

public DetectedObject()

DetectedObject(DetectedObject)

public DetectedObject(VideoObjectTrackingPredictionResult.Types.DetectedObject other)
Parameter
Name Description
other VideoObjectTrackingPredictionResultTypesDetectedObject

Properties

BoundingBox

public VideoObjectTrackingPredictionResult.Types.BoundingBox BoundingBox { get; set; }

Boundingbox.

Property Value
Type Description
VideoObjectTrackingPredictionResultTypesBoundingBox

Confidence

public float Confidence { get; set; }

The Model's confidence in correction of this identification, higher value means higher confidence.

Property Value
Type Description
float

DisplayName

public string DisplayName { get; set; }

The display name of the AnnotationSpec that had been identified.

Property Value
Type Description
string

Id

public string Id { get; set; }

The resource ID of the AnnotationSpec that had been identified.

Property Value
Type Description
string

TrackId

public long TrackId { get; set; }

The same object may be identified on muitiple frames which are typical adjacent. The set of frames where a particular object has been detected form a track. This track_id can be used to trace down all frames for an detected object.

Property Value
Type Description
long