public sealed class GenerateHlsUriResponse : IMessage<GenerateHlsUriResponse>, IEquatable<GenerateHlsUriResponse>, IDeepCloneable<GenerateHlsUriResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class GenerateHlsUriResponse.
Response message for GenerateHlsUri API.
Implements
IMessageGenerateHlsUriResponse, IEquatableGenerateHlsUriResponse, IDeepCloneableGenerateHlsUriResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
GenerateHlsUriResponse()
public GenerateHlsUriResponse()GenerateHlsUriResponse(GenerateHlsUriResponse)
public GenerateHlsUriResponse(GenerateHlsUriResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateHlsUriResponse |
Properties
TemporalPartitions
public RepeatedField<Partition.Types.TemporalPartition> TemporalPartitions { get; }A list of temporal partitions of the content returned in the order they appear in the stream.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPartitionTypesTemporalPartition |
|
Uri
public string Uri { get; set; }A signed uri to download the HLS manifest corresponding to the requested times.
| Property Value | |
|---|---|
| Type | Description |
string |
|