Struct gapi_grpc::google::cloud::videointelligence::v1beta2::VideoSegment [−][src]
Video segment.
Fields
start_time_offset: Option<Duration>
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
end_time_offset: Option<Duration>
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
Trait Implementations
impl Clone for VideoSegment
[src][+]
impl Debug for VideoSegment
[src][+]
impl Default for VideoSegment
[src][+]
impl Message for VideoSegment
[src][+]
impl PartialEq<VideoSegment> for VideoSegment
[src][+]
impl StructuralPartialEq for VideoSegment
[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoSegment
impl Send for VideoSegment
impl Sync for VideoSegment
impl Unpin for VideoSegment
impl UnwindSafe for VideoSegment
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>,