Class HumanAnnotationConfig
Configuration for how human labeling task should be done.
Inheritance
Inherited Members
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class HumanAnnotationConfig : IMessage<HumanAnnotationConfig>, IEquatable<HumanAnnotationConfig>, IDeepCloneable<HumanAnnotationConfig>, IBufferMessage, IMessage
Constructors
HumanAnnotationConfig()
Declaration
public HumanAnnotationConfig()
HumanAnnotationConfig(HumanAnnotationConfig)
Declaration
public HumanAnnotationConfig(HumanAnnotationConfig other)
Parameters
| Type | Name | Description |
|---|---|---|
| HumanAnnotationConfig | other |
Properties
AnnotatedDatasetDescription
Optional. A human-readable description for AnnotatedDataset. The description can be up to 10000 characters long.
Declaration
public string AnnotatedDatasetDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AnnotatedDatasetDisplayName
Required. A human-readable name for AnnotatedDataset defined by users. Maximum of 64 characters .
Declaration
public string AnnotatedDatasetDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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
public RepeatedField<string> ContributorEmails { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<System.String> |
Instruction
Required. Instruction resource name.
Declaration
public string Instruction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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
public string LabelGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
QuestionDuration
Optional. Maximum duration for contributors to answer a question. Maximum is 3600 seconds. Default is 3600 seconds.
Declaration
public Duration QuestionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
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
public int ReplicaCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
UserEmailAddress
Email of the user who started the labeling task and should be notified by email. If empty no notification will be sent.
Declaration
public string UserEmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |