Class VideoObjectTrackingPredictionInstance (1.17.1)

  VideoObjectTrackingPredictionInstance 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Prediction input format for Video Object Tracking.

Attributes

Name Description
content str
The Google Cloud Storage location of the video on which to perform the prediction.
mime_type str
The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
time_segment_start str
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.
time_segment_end str
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.

Inheritance

builtins.object > proto.message.Message > VideoObjectTrackingPredictionInstance

Methods

VideoObjectTrackingPredictionInstance

  VideoObjectTrackingPredictionInstance 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Prediction input format for Video Object Tracking.