public sealed class TimeSegment : IMessage<TimeSegment>, IEquatable<TimeSegment>, IDeepCloneable<TimeSegment>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class TimeSegment.
A time period inside of an example that has a time dimension (e.g. video).
Implements
IMessageTimeSegment, IEquatableTimeSegment, IDeepCloneableTimeSegment, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
TimeSegment()
public TimeSegment()
TimeSegment(TimeSegment)
public TimeSegment(TimeSegment other)
Parameter | |
---|---|
Name | Description |
other |
TimeSegment |
Properties
EndTimeOffset
public Duration EndTimeOffset { get; set; }
End of the time segment (exclusive), represented as the duration since the example start.
Property Value | |
---|---|
Type | Description |
Duration |
StartTimeOffset
public Duration StartTimeOffset { get; set; }
Start of the time segment (inclusive), represented as the duration since the example start.
Property Value | |
---|---|
Type | Description |
Duration |