Class ProjectsResource.DatasetsResource.TextResource.LabelRequest
Starts a labeling task for text. The type of text labeling task is configured by feature in the request.
Inheritance
ProjectsResource.DatasetsResource.TextResource.LabelRequest
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class ProjectsResource.DatasetsResource.TextResource.LabelRequest : DataLabelingBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
LabelRequest(IClientService, GoogleCloudDatalabelingV1beta1LabelTextRequest, string)
Constructs a new Label request.
Declaration
public LabelRequest(IClientService service, GoogleCloudDatalabelingV1beta1LabelTextRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDatalabelingV1beta1LabelTextRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleLongrunningOperation>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleLongrunningOperation>.MethodName
Parent
Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleLongrunningOperation>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleLongrunningOperation>.GetBody()
InitParameters()
Initializes Label parameter list.
Declaration
protected override void InitParameters()