ReviewResultDetail
public struct ReviewResultDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier of the Review action result.
Declaration
Swift
public let actionId: String?
-
Key identifies the particular piece of reviewed information.
Declaration
Swift
public let key: String?
-
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.
Declaration
Swift
public let questionId: String?
-
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.
Declaration
Swift
public let subjectId: String?
-
The type of the object from the SubjectId field.
Declaration
Swift
public let subjectType: String?
-
The values of Key provided by the review policies you have selected.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(actionId: String? = nil, key: String? = nil, questionId: String? = nil, subjectId: String? = nil, subjectType: String? = nil, value: String? = nil)