Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReviewResultDetail

import type { ReviewResultDetail } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";

This data structure is returned multiple times for each result specified in the Review Policy.

interface ReviewResultDetail {
ActionId?: string | null;
Key?: string | null;
QuestionId?: string | null;
SubjectId?: string | null;
SubjectType?: string | null;
Value?: string | null;
}

§Properties

§
ActionId?: string | null
[src]

A unique identifier of the Review action result.

§
Key?: string | null
[src]

Key identifies the particular piece of reviewed information.

§
QuestionId?: string | null
[src]

Specifies the QuestionId the result is describing. Depending on whether the TargetType is a HIT or Assignment this results could specify multiple values. If TargetType is HIT and QuestionId is absent, then the result describes results of the HIT, including the HIT agreement score. If ObjectType is Assignment and QuestionId is absent, then the result describes the Worker's performance on the HIT.

§
SubjectId?: string | null
[src]

The HITID or AssignmentId about which this result was taken. Note that HIT-level Review Policies will often emit results about both the HIT itself and its Assignments, while Assignment-level review policies generally only emit results about the Assignment itself.

§
SubjectType?: string | null
[src]

The type of the object from the SubjectId field.

§
Value?: string | null
[src]

The values of Key provided by the review policies you have selected.