GenerateHlsUriRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for GenerateHlsUri API.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The resource name of the asset to request clips for. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
|
temporal_partitions |
MutableSequence[google.cloud.visionai_v1.types.Partition.TemporalPartition]
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.
|
live_view_enabled |
bool
Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data. |