Google Cloud Vision Ai V1 Client - Class ClipAssetResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ClipAssetResponse.

Response message for ClipAsset API.

Generated from protobuf message google.cloud.visionai.v1.ClipAssetResponse

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ time_indexed_uris array<ClipAssetResponse\TimeIndexedUri>

A list of signed uris to download the video clips that cover the requested time range ordered by time.

getTimeIndexedUris

A list of signed uris to download the video clips that cover the requested time range ordered by time.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTimeIndexedUris

A list of signed uris to download the video clips that cover the requested time range ordered by time.

Parameter
Name Description
var array<ClipAssetResponse\TimeIndexedUri>
Returns
Type Description
$this