LabelingJobHumanTaskConfigPublicWorkforceTaskPrice constructor
const
LabelingJobHumanTaskConfigPublicWorkforceTaskPrice({
- Input<
LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd?> ? amountInUsd,
Creates a new LabelingJobHumanTaskConfigPublicWorkforceTaskPrice.
amountInUsd Amount of money paid to an Amazon Mechanical Turk worker in United States dollars. Fields are documented below.
Implementation
const LabelingJobHumanTaskConfigPublicWorkforceTaskPrice({
this.amountInUsd,
});