Show / Hide Table of Contents

Class ProjectsResource.DatasetsResource.VideoResource

The "video" collection of methods.

Inheritance
object
ProjectsResource.DatasetsResource.VideoResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class ProjectsResource.DatasetsResource.VideoResource

Constructors

VideoResource(IClientService)

Constructs a new resource.

Declaration
public VideoResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Label(GoogleCloudDatalabelingV1beta1LabelVideoRequest, string)

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

Declaration
public virtual ProjectsResource.DatasetsResource.VideoResource.LabelRequest Label(GoogleCloudDatalabelingV1beta1LabelVideoRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDatalabelingV1beta1LabelVideoRequest body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.DatasetsResource.VideoResource.LabelRequest
In This Article
Back to top Generated by DocFX