AWSRekognitionStopStreamProcessorRequest
Objective-C
@interface AWSRekognitionStopStreamProcessorRequest
Swift
class AWSRekognitionStopStreamProcessorRequest
-
The name of a stream processor created by CreateStreamProcessor.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }