AWSRekognitionHumanLoopActivationOutput

Objective-C

@interface AWSRekognitionHumanLoopActivationOutput

Swift

class AWSRekognitionHumanLoopActivationOutput

Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.

  • Shows the result of condition evaluations, including those conditions which activated a human review.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable humanLoopActivationConditionsEvaluationResults;

    Swift

    var humanLoopActivationConditionsEvaluationResults: String? { get set }
  • Shows if and why human review was needed.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable humanLoopActivationReasons;

    Swift

    var humanLoopActivationReasons: [String]? { get set }
  • The Amazon Resource Name (ARN) of the HumanLoop created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable humanLoopArn;

    Swift

    var humanLoopArn: String? { get set }