class ProjectsDatasetsVideo extends Resource (View source)

The "video" collection of methods.

Typical usage is:

 $datalabelingService = new Google\Service\DataLabeling(...);
 $video = $datalabelingService->projects_datasets_video;

Methods

label(string $parent, GoogleCloudDatalabelingV1beta1LabelVideoRequest $postBody, array $optParams = [])

Starts a labeling task for video. The type of video labeling task is configured by feature in the request. (video.label)

Details

GoogleLongrunningOperation label(string $parent, GoogleCloudDatalabelingV1beta1LabelVideoRequest $postBody, array $optParams = [])

Starts a labeling task for video. The type of video labeling task is configured by feature in the request. (video.label)

Parameters

string $parent

Required. Name of the dataset to request labeling task, format: projects/{project_id}/datasets/{dataset_id}

GoogleCloudDatalabelingV1beta1LabelVideoRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception