AWSRekognitionStreamProcessorDataSharingPreference
Objective-C
@interface AWSRekognitionStreamProcessorDataSharingPreference
Swift
class AWSRekognitionStreamProcessorDataSharingPreference
Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.
Required parameters: [OptIn]
-
If this option is set to true, you choose to share data with Rekognition to improve model performance.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable optIn;
Swift
var optIn: NSNumber? { get set }