Struct gapi_grpc::google::cloud::aiplatform::v1::schema::predict::instance::VideoActionRecognitionPredictionInstance[][src]

pub struct VideoActionRecognitionPredictionInstance {
    pub content: String,
    pub mime_type: String,
    pub time_segment_start: String,
    pub time_segment_end: String,
}

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]