Struct gapi_grpc::google::cloud::datalabeling::v1beta1::VideoThumbnail [−][src]
Container of information of a video thumbnail.
Fields
thumbnail: Vec<u8>
A byte string of the video frame.
time_offset: Option<Duration>
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
Trait Implementations
impl Clone for VideoThumbnail
[src][+]
impl Debug for VideoThumbnail
[src][+]
impl Default for VideoThumbnail
[src][+]
impl Message for VideoThumbnail
[src][+]
impl PartialEq<VideoThumbnail> for VideoThumbnail
[src][+]
impl StructuralPartialEq for VideoThumbnail
[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoThumbnail
impl Send for VideoThumbnail
impl Sync for VideoThumbnail
impl Unpin for VideoThumbnail
impl UnwindSafe for VideoThumbnail
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>,