Vision AI v1 API - Class GenerateHlsUriResponse (1.0.0-beta01)

public sealed class GenerateHlsUriResponse : IMessage<GenerateHlsUriResponse>, IEquatable<GenerateHlsUriResponse>, IDeepCloneable<GenerateHlsUriResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class GenerateHlsUriResponse.

Response message for GenerateHlsUri API.

Inheritance

object > GenerateHlsUriResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

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