Class VideoSegment (2.2.0)

public sealed class VideoSegment : IMessage<VideoSegment>, IEquatable<VideoSegment>, IDeepCloneable<VideoSegment>, IBufferMessage, IMessage

Video segment.

Inheritance

Object > VideoSegment

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

VideoSegment()

public VideoSegment()

VideoSegment(VideoSegment)

public VideoSegment(VideoSegment other)
Parameter
NameDescription
otherVideoSegment

Properties

EndTimeOffset

public Duration EndTimeOffset { get; set; }

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

Property Value
TypeDescription
Duration

StartTimeOffset

public Duration StartTimeOffset { get; set; }

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

Property Value
TypeDescription
Duration