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

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

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

Request message for GenerateHlsUri API.

Inheritance

object > GenerateHlsUriRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

GenerateHlsUriRequest()

public GenerateHlsUriRequest()

GenerateHlsUriRequest(GenerateHlsUriRequest)

public GenerateHlsUriRequest(GenerateHlsUriRequest other)
Parameter
Name Description
other GenerateHlsUriRequest

Properties

AssetName

public AssetName AssetName { get; set; }

AssetName-typed view over the Name resource name property.

Property Value
Type Description
AssetName

LiveViewEnabled

public bool LiveViewEnabled { get; set; }

Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data.

Property Value
Type Description
bool

Name

public string Name { get; set; }

Required. The resource name of the asset to request clips for. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}

Property Value
Type Description
string

TemporalPartitions

public RepeatedField<Partition.Types.TemporalPartition> TemporalPartitions { get; }

The time range to request clips for. Will be ignored if get_live_view is set to True. The total time range requested should be smaller than 24h.

Property Value
Type Description
RepeatedFieldPartitionTypesTemporalPartition