Vision AI V1 API - Class Google::Cloud::VisionAI::V1::GenerateHlsUriRequest (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::GenerateHlsUriRequest.

Request message for GenerateHlsUri API.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#live_view_enabled

def live_view_enabled() -> ::Boolean
Returns
  • (::Boolean) — Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data.

#live_view_enabled=

def live_view_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data.
Returns
  • (::Boolean) — Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data.

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the asset to request clips for. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the asset to request clips for. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
Returns
  • (::String) — 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

def temporal_partitions() -> ::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>
Returns

#temporal_partitions=

def temporal_partitions=(value) -> ::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>
Parameter
Returns