AWSRekognitionStartStreamProcessorRequest
Objective-C
@interface AWSRekognitionStartStreamProcessorRequest
Swift
class AWSRekognitionStartStreamProcessorRequest
-
The name of the stream processor to start processing.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }