AWSRekognitionStreamProcessorSettingsForUpdate
Objective-C
@interface AWSRekognitionStreamProcessorSettingsForUpdate
Swift
class AWSRekognitionStreamProcessorSettingsForUpdate
The stream processor settings that you want to update. ConnectedHome
settings can be updated to detect different labels with a different minimum confidence.
-
The label detection settings you want to use for your stream processor.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionConnectedHomeSettingsForUpdate *_Nullable connectedHomeForUpdate;
Swift
var connectedHomeForUpdate: AWSRekognitionConnectedHomeSettingsForUpdate? { get set }