VideoObjectTrackingPredictionInstance

Prediction input format for Video Object Tracking.

Fields
content string

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

mimeType string

The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime

timeSegmentStart string

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.

timeSegmentEnd string

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.

JSON representation
{
  "content": string,
  "mimeType": string,
  "timeSegmentStart": string,
  "timeSegmentEnd": string
}