Struct gapi_grpc::google::cloud::aiplatform::v1::schema::predict::instance::VideoObjectTrackingPredictionInstance [−][src]
Prediction input format for Video Object Tracking.
Fields
content: String
The Google Cloud Storage location of the video on which to perform the prediction.
mime_type: String
The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
time_segment_start: 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.
time_segment_end: 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.
Trait Implementations
impl Clone for VideoObjectTrackingPredictionInstance
[src][+]
impl Debug for VideoObjectTrackingPredictionInstance
[src][+]
impl Default for VideoObjectTrackingPredictionInstance
[src][+]
impl Message for VideoObjectTrackingPredictionInstance
[src][+]
impl PartialEq<VideoObjectTrackingPredictionInstance> for VideoObjectTrackingPredictionInstance
[src][+]
impl StructuralPartialEq for VideoObjectTrackingPredictionInstance
[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoObjectTrackingPredictionInstance
impl Send for VideoObjectTrackingPredictionInstance
impl Sync for VideoObjectTrackingPredictionInstance
impl Unpin for VideoObjectTrackingPredictionInstance
impl UnwindSafe for VideoObjectTrackingPredictionInstance
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,