public sealed class VideoSegment : IMessage<VideoSegment>, IEquatable<VideoSegment>, IDeepCloneable<VideoSegment>, IBufferMessage, IMessageVideo segment.
Implements
IMessage<VideoSegment>, IEquatable<VideoSegment>, IDeepCloneable<VideoSegment>, 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 |
|