Cloud AI Platform v1beta1 API - Class TimeSegment (1.0.0-beta02)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TimeSegment.

A time period inside of a DataItem that has a time dimension (e.g. video).

Inheritance

object > TimeSegment

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.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 start of the DataItem.

Property Value
Type Description
Duration

StartTimeOffset

public Duration StartTimeOffset { get; set; }

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

Property Value
Type Description
Duration