public sealed class GenerateHlsUriRequest : IMessage<GenerateHlsUriRequest>, IEquatable<GenerateHlsUriRequest>, IDeepCloneable<GenerateHlsUriRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class GenerateHlsUriRequest.
Request message for GenerateHlsUri API.
Implements
IMessageGenerateHlsUriRequest, IEquatableGenerateHlsUriRequest, IDeepCloneableGenerateHlsUriRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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; }| 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 |
|