Show / Hide Table of Contents

Class ProjectsResource.DatasetsResource.ImageResource

The "image" collection of methods.

Inheritance
object
ProjectsResource.DatasetsResource.ImageResource
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.ImageResource

Constructors

ImageResource(IClientService)

Constructs a new resource.

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

Methods

Label(GoogleCloudDatalabelingV1beta1LabelImageRequest, string)

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

Declaration
public virtual ProjectsResource.DatasetsResource.ImageResource.LabelRequest Label(GoogleCloudDatalabelingV1beta1LabelImageRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDatalabelingV1beta1LabelImageRequest 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.ImageResource.LabelRequest
In this article
Back to top Generated by DocFX