Vision AI v1 API - Class Partition.Types.RelativeTemporalPartition (1.0.0-beta01)

public sealed class Partition.Types.RelativeTemporalPartition : IMessage<Partition.Types.RelativeTemporalPartition>, IEquatable<Partition.Types.RelativeTemporalPartition>, IDeepCloneable<Partition.Types.RelativeTemporalPartition>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class Partition.Types.RelativeTemporalPartition.

Partition of asset in relative time. Supported by VIDEO_ON_DEMAND corpus type.

Inheritance

object > Partition.Types.RelativeTemporalPartition

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

RelativeTemporalPartition()

public RelativeTemporalPartition()

RelativeTemporalPartition(RelativeTemporalPartition)

public RelativeTemporalPartition(Partition.Types.RelativeTemporalPartition other)
Parameter
Name Description
other PartitionTypesRelativeTemporalPartition

Properties

EndOffset

public Duration EndOffset { get; set; }

End time offset of the partition.

Property Value
Type Description
Duration

StartOffset

public Duration StartOffset { get; set; }

Start time offset of the partition.

Property Value
Type Description
Duration