Config for image classification human labeling task.
JSON representation | |
---|---|
{
"annotationSpecSet": string,
"allowMultiLabel": boolean,
"answerAggregationType": enum ( |
Fields | |
---|---|
annotationSpecSet |
Required. Annotation spec set resource name. |
allowMultiLabel |
Optional. If allowMultiLabel is true, contributors are able to choose multiple labels for one image. |
answerAggregationType |
Optional. The type of how to aggregate answers. |
StringAggregationType
Enums | |
---|---|
STRING_AGGREGATION_TYPE_UNSPECIFIED |
|
MAJORITY_VOTE |
Majority vote to aggregate answers. |
UNANIMOUS_VOTE |
Unanimous answers will be adopted. |
NO_AGGREGATION |
Preserve all answers by crowd compute. |