Class ProjectsResource.DatasetsResource.TextResource
The "text" collection of methods.
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class ProjectsResource.DatasetsResource.TextResource
Constructors
TextResource(IClientService)
Constructs a new resource.
Declaration
public TextResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Label(GoogleCloudDatalabelingV1beta1LabelTextRequest, string)
Starts a labeling task for text. The type of text labeling task is configured by feature in the request.
Declaration
public virtual ProjectsResource.DatasetsResource.TextResource.LabelRequest Label(GoogleCloudDatalabelingV1beta1LabelTextRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDatalabelingV1beta1LabelTextRequest | body | The body of the request. |
string | parent | Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id} |
Returns
Type | Description |
---|---|
ProjectsResource.DatasetsResource.TextResource.LabelRequest |