Vision AI v1 API - Class ClipAssetResponse.Types.TimeIndexedUri (1.0.0-beta01)

public sealed class ClipAssetResponse.Types.TimeIndexedUri : IMessage<ClipAssetResponse.Types.TimeIndexedUri>, IEquatable<ClipAssetResponse.Types.TimeIndexedUri>, IDeepCloneable<ClipAssetResponse.Types.TimeIndexedUri>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class ClipAssetResponse.Types.TimeIndexedUri.

Signed uri with corresponding time range.

Inheritance

object > ClipAssetResponse.Types.TimeIndexedUri

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

TimeIndexedUri()

public TimeIndexedUri()

TimeIndexedUri(TimeIndexedUri)

public TimeIndexedUri(ClipAssetResponse.Types.TimeIndexedUri other)
Parameter
Name Description
other ClipAssetResponseTypesTimeIndexedUri

Properties

TemporalPartition

public Partition.Types.TemporalPartition TemporalPartition { get; set; }

Time range of the video that the uri is for.

Property Value
Type Description
PartitionTypesTemporalPartition

Uri

public string Uri { get; set; }

Signed uri to download the video clip.

Property Value
Type Description
string