public sealed class VideoObjectTrackingPredictionResult : IMessage<VideoObjectTrackingPredictionResult>, IEquatable<VideoObjectTrackingPredictionResult>, IDeepCloneable<VideoObjectTrackingPredictionResult>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class VideoObjectTrackingPredictionResult.
Prediction output format for Video Object Tracking.
Implements
IMessageVideoObjectTrackingPredictionResult, IEquatableVideoObjectTrackingPredictionResult, IDeepCloneableVideoObjectTrackingPredictionResult, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|