AWSRekognitionHumanLoopConfig
Objective-C
@interface AWSRekognitionHumanLoopConfig
Swift
class AWSRekognitionHumanLoopConfig
Sets up the flow definition the image will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.
Required parameters: [HumanLoopName, FlowDefinitionArn]
-
Sets attributes of the input data.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionHumanLoopDataAttributes *_Nullable dataAttributes;
Swift
var dataAttributes: AWSRekognitionHumanLoopDataAttributes? { get set }
-
The Amazon Resource Name (ARN) of the flow definition. You can create a flow definition by using the Amazon Sagemaker CreateFlowDefinition Operation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable flowDefinitionArn;
Swift
var flowDefinitionArn: String? { get set }
-
The name of the human review used for this image. This should be kept unique within a region.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable humanLoopName;
Swift
var humanLoopName: String? { get set }