public sealed class VideoSegment : IMessage<VideoSegment>, IEquatable<VideoSegment>, IDeepCloneable<VideoSegment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class VideoSegment.
Video segment.
Implements
IMessageVideoSegment, IEquatableVideoSegment, IDeepCloneableVideoSegment, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
VideoSegment()
public VideoSegment()
VideoSegment(VideoSegment)
public VideoSegment(VideoSegment other)
Parameter | |
---|---|
Name | Description |
other | VideoSegment |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Duration |