public sealed class TimeSegment : IMessage<TimeSegment>, IEquatable<TimeSegment>, IDeepCloneable<TimeSegment>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class TimeSegment.
A time period inside of a DataItem that has a time dimension (e.g. video).
Implements
IMessageTimeSegment, IEquatableTimeSegment, IDeepCloneableTimeSegment, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
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 |
|