Vision AI v1 API - Class VideoObjectTrackingPredictionResult (1.0.0-beta01)

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

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

Prediction output format for Video Object Tracking.

Inheritance

object > VideoObjectTrackingPredictionResult

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

VideoObjectTrackingPredictionResult()

public VideoObjectTrackingPredictionResult()

VideoObjectTrackingPredictionResult(VideoObjectTrackingPredictionResult)

public VideoObjectTrackingPredictionResult(VideoObjectTrackingPredictionResult other)
Parameter
Name Description
other VideoObjectTrackingPredictionResult

Properties

Objects

public RepeatedField<VideoObjectTrackingPredictionResult.Types.DetectedObject> Objects { get; }

All of the objects detected in the specified time range.

Property Value
Type Description
RepeatedFieldVideoObjectTrackingPredictionResultTypesDetectedObject

SegmentEndTime

public Timestamp SegmentEndTime { get; set; }

The end, inclusive, of the video's time segment in which the current identifications happen. Particularly, if the end is the same as the start, it means the identifications happen on a specific video frame.

Property Value
Type Description
Timestamp

SegmentStartTime

public Timestamp SegmentStartTime { get; set; }

The beginning, inclusive, of the video's time segment in which the current identifications happens.

Property Value
Type Description
Timestamp