Class GoogleCloudDatalabelingV1beta1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1HumanAnnotationConfig : IDirectResponseSchema
Properties
AnnotatedDatasetDescription
Optional. A human-readable description for AnnotatedDataset. The description can be up to 10000 characters long.
Declaration
[JsonProperty("annotatedDatasetDescription")]
public virtual string AnnotatedDatasetDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
AnnotatedDatasetDisplayName
Required. A human-readable name for AnnotatedDataset defined by users. Maximum of 64 characters .
Declaration
[JsonProperty("annotatedDatasetDisplayName")]
public virtual string AnnotatedDatasetDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ContributorEmails
Optional. If you want your own labeling contributors to manage and work on this labeling request, you can set these contributors here. We will give them access to the question types in crowdcompute. Note that these emails must be registered in crowdcompute worker UI: https://crowd-compute.appspot.com/
Declaration
[JsonProperty("contributorEmails")]
public virtual IList<string> ContributorEmails { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instruction
Required. Instruction resource name.
Declaration
[JsonProperty("instruction")]
public virtual string Instruction { get; set; }
Property Value
Type | Description |
---|---|
string |
LabelGroup
Optional. A human-readable label used to logically group labeling tasks. This string must match the regular
expression [a-zA-Z\\d_-]{0,128}
.
Declaration
[JsonProperty("labelGroup")]
public virtual string LabelGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
Optional. The Language of this question, as a BCP-47. Default value is en-US. Only need to set this when task is language related. For example, French text classification.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
QuestionDuration
Optional. Maximum duration for contributors to answer a question. Maximum is 3600 seconds. Default is 3600 seconds.
Declaration
[JsonProperty("questionDuration")]
public virtual object QuestionDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
ReplicaCount
Optional. Replication of questions. Each question will be sent to up to this number of contributors to label. Aggregated answers will be returned. Default is set to 1. For image related labeling, valid values are 1, 3, 5.
Declaration
[JsonProperty("replicaCount")]
public virtual int? ReplicaCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
UserEmailAddress
Email of the user who started the labeling task and should be notified by email. If empty no notification will be sent.
Declaration
[JsonProperty("userEmailAddress")]
public virtual string UserEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |