public interface HumanAnnotationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotatedDatasetDescription()
Optional.
|
com.google.protobuf.ByteString |
getAnnotatedDatasetDescriptionBytes()
Optional.
|
String |
getAnnotatedDatasetDisplayName()
Required.
|
com.google.protobuf.ByteString |
getAnnotatedDatasetDisplayNameBytes()
Required.
|
String |
getContributorEmails(int index)
Optional.
|
com.google.protobuf.ByteString |
getContributorEmailsBytes(int index)
Optional.
|
int |
getContributorEmailsCount()
Optional.
|
List<String> |
getContributorEmailsList()
Optional.
|
String |
getInstruction()
Required except for LabelAudio case.
|
com.google.protobuf.ByteString |
getInstructionBytes()
Required except for LabelAudio case.
|
String |
getLabelGroup()
Optional.
|
com.google.protobuf.ByteString |
getLabelGroupBytes()
Optional.
|
String |
getLanguageCode()
Optional.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Optional.
|
com.google.protobuf.Duration |
getQuestionDuration()
Optional.
|
com.google.protobuf.DurationOrBuilder |
getQuestionDurationOrBuilder()
Optional.
|
int |
getReplicaCount()
Optional.
|
boolean |
hasQuestionDuration()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstruction()
Required except for LabelAudio case. Instruction resource name.
string instruction = 1;com.google.protobuf.ByteString getInstructionBytes()
Required except for LabelAudio case. Instruction resource name.
string instruction = 1;String getAnnotatedDatasetDisplayName()
Required. A human-readable name for AnnotatedDataset defined by users. Maximum of 64 characters .
string annotated_dataset_display_name = 2;com.google.protobuf.ByteString getAnnotatedDatasetDisplayNameBytes()
Required. A human-readable name for AnnotatedDataset defined by users. Maximum of 64 characters .
string annotated_dataset_display_name = 2;String getAnnotatedDatasetDescription()
Optional. A human-readable description for AnnotatedDataset. The description can be up to 10000 characters long.
string annotated_dataset_description = 3;com.google.protobuf.ByteString getAnnotatedDatasetDescriptionBytes()
Optional. A human-readable description for AnnotatedDataset. The description can be up to 10000 characters long.
string annotated_dataset_description = 3;String getLabelGroup()
Optional. A human-readable label used to logically group labeling tasks.
This string must match the regular expression `[a-zA-Z\\d_-]{0,128}`.
string label_group = 4;com.google.protobuf.ByteString getLabelGroupBytes()
Optional. A human-readable label used to logically group labeling tasks.
This string must match the regular expression `[a-zA-Z\\d_-]{0,128}`.
string label_group = 4;String getLanguageCode()
Optional. The Language of this question, as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). Default value is en-US. Only need to set this when task is language related. For example, French text classification or Chinese audio transcription.
string language_code = 5;com.google.protobuf.ByteString getLanguageCodeBytes()
Optional. The Language of this question, as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). Default value is en-US. Only need to set this when task is language related. For example, French text classification or Chinese audio transcription.
string language_code = 5;int getReplicaCount()
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.
int32 replica_count = 6;boolean hasQuestionDuration()
Optional. Maximum duration for contributors to answer a question. Default is 1800 seconds.
.google.protobuf.Duration question_duration = 7;com.google.protobuf.Duration getQuestionDuration()
Optional. Maximum duration for contributors to answer a question. Default is 1800 seconds.
.google.protobuf.Duration question_duration = 7;com.google.protobuf.DurationOrBuilder getQuestionDurationOrBuilder()
Optional. Maximum duration for contributors to answer a question. Default is 1800 seconds.
.google.protobuf.Duration question_duration = 7;List<String> getContributorEmailsList()
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/
repeated string contributor_emails = 9;int getContributorEmailsCount()
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/
repeated string contributor_emails = 9;String getContributorEmails(int index)
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/
repeated string contributor_emails = 9;com.google.protobuf.ByteString getContributorEmailsBytes(int index)
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/
repeated string contributor_emails = 9;Copyright © 2019 Google LLC. All rights reserved.