public sealed class ClipAssetResponse.Types.TimeIndexedUri : IMessage<ClipAssetResponse.Types.TimeIndexedUri>, IEquatable<ClipAssetResponse.Types.TimeIndexedUri>, IDeepCloneable<ClipAssetResponse.Types.TimeIndexedUri>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ClipAssetResponse.Types.TimeIndexedUri.
Signed uri with corresponding time range.
Implements
IMessageClipAssetResponseTypesTimeIndexedUri, IEquatableClipAssetResponseTypesTimeIndexedUri, IDeepCloneableClipAssetResponseTypesTimeIndexedUri, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|