ImageClassificationConfig

Config for image classification human labeling task.

JSON representation
{
  "annotationSpecSet": string,
  "allowMultiLabel": boolean,
  "answerAggregationType": enum (StringAggregationType)
}
Fields
annotationSpecSet

string

Required. Annotation spec set resource name.

allowMultiLabel

boolean

Optional. If allowMultiLabel is true, contributors are able to choose multiple labels for one image.

answerAggregationType

enum (StringAggregationType)

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.