public sealed class VideoObjectTrackingPredictionInstance : IMessage<VideoObjectTrackingPredictionInstance>, IEquatable<VideoObjectTrackingPredictionInstance>, IDeepCloneable<VideoObjectTrackingPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class VideoObjectTrackingPredictionInstance.
Prediction input format for Video Object Tracking.
Implements
IMessageVideoObjectTrackingPredictionInstance, IEquatableVideoObjectTrackingPredictionInstance, IDeepCloneableVideoObjectTrackingPredictionInstance, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.InstanceAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VideoObjectTrackingPredictionInstance()
public VideoObjectTrackingPredictionInstance()
VideoObjectTrackingPredictionInstance(VideoObjectTrackingPredictionInstance)
public VideoObjectTrackingPredictionInstance(VideoObjectTrackingPredictionInstance other)
Parameter | |
---|---|
Name | Description |
other |
VideoObjectTrackingPredictionInstance |
Properties
Content
public string Content { get; set; }
The Google Cloud Storage location of the video on which to perform the prediction.
Property Value | |
---|---|
Type | Description |
string |
MimeType
public string MimeType { get; set; }
The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
Property Value | |
---|---|
Type | Description |
string |
TimeSegmentEnd
public string TimeSegmentEnd { get; set; }
The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.
Property Value | |
---|---|
Type | Description |
string |
TimeSegmentStart
public string TimeSegmentStart { get; set; }
The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.
Property Value | |
---|---|
Type | Description |
string |