Struct google_videointelligence1_beta1::GoogleCloudVideointelligenceV1beta1_VideoSegment[][src]

pub struct GoogleCloudVideointelligenceV1beta1_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

End offset in microseconds (inclusive). Unset means 0.

Start offset in microseconds (inclusive). Unset means 0.

Trait Implementations

Auto Trait Implementations