Class ProjectsResource.DatasetsResource.VideoResource
The "video" collection of methods.
Inherited Members
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 |