taskCount property
The number of distinct workers who will perform the same task on each
object. For example, if TaskCount
is set to 3
for
an image classification labeling job, three workers will classify each input
image. Increasing TaskCount
can improve label accuracy.
Implementation
final int taskCount;