Struct google_videointelligence1::GoogleCloudVideointelligenceV1_VideoSegment[][src]

pub struct GoogleCloudVideointelligenceV1_VideoSegment {
    pub end_time_offset: Option<String>,
    pub start_time_offset: Option<String>,
}

Video segment.

This type is not used in any activity, and only used as part of another schema.

Fields

Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Trait Implementations

impl Default for GoogleCloudVideointelligenceV1_VideoSegment
[src]

Returns the "default value" for a type. Read more

impl Clone for GoogleCloudVideointelligenceV1_VideoSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudVideointelligenceV1_VideoSegment
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudVideointelligenceV1_VideoSegment
[src]

Auto Trait Implementations