Struct gapi_grpc::google::cloud::aiplatform::v1beta1::schema::predict::instance::VideoActionRecognitionPredictionInstance [−][src]
Prediction input format for Video Action Recognition.
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 VideoActionRecognitionPredictionInstance
[src][+]
impl Debug for VideoActionRecognitionPredictionInstance
[src][+]
impl Default for VideoActionRecognitionPredictionInstance
[src][+]
impl Message for VideoActionRecognitionPredictionInstance
[src][+]
impl PartialEq<VideoActionRecognitionPredictionInstance> for VideoActionRecognitionPredictionInstance
[src][+]
impl StructuralPartialEq for VideoActionRecognitionPredictionInstance
[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoActionRecognitionPredictionInstance
impl Send for VideoActionRecognitionPredictionInstance
impl Sync for VideoActionRecognitionPredictionInstance
impl Unpin for VideoActionRecognitionPredictionInstance
impl UnwindSafe for VideoActionRecognitionPredictionInstance
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>,