Data Labeling v1beta1 API - Class TimeSegment (2.0.0-beta03)

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).

Inheritance

object > TimeSegment

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

TimeSegment()

public TimeSegment()

TimeSegment(TimeSegment)

public TimeSegment(TimeSegment other)
Parameter
NameDescription
otherTimeSegment

Properties

EndTimeOffset

public Duration EndTimeOffset { get; set; }

End of the time segment (exclusive), represented as the duration since the example start.

Property Value
TypeDescription
Duration

StartTimeOffset

public Duration StartTimeOffset { get; set; }

Start of the time segment (inclusive), represented as the duration since the example start.

Property Value
TypeDescription
Duration