Cloud AI Platform v1 API - Class VideoObjectTrackingPredictionInstance (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class VideoObjectTrackingPredictionInstance.

Prediction input format for Video Object Tracking.

Inheritance

object > VideoObjectTrackingPredictionInstance

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Instance

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

VideoObjectTrackingPredictionInstance()

public VideoObjectTrackingPredictionInstance()

VideoObjectTrackingPredictionInstance(VideoObjectTrackingPredictionInstance)

public VideoObjectTrackingPredictionInstance(VideoObjectTrackingPredictionInstance other)
Parameter
NameDescription
otherVideoObjectTrackingPredictionInstance

Properties

Content

public string Content { get; set; }

The Google Cloud Storage location of the video on which to perform the prediction.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string