AWSRekognitionStreamProcessor
Objective-C
@interface AWSRekognitionStreamProcessor
Swift
class AWSRekognitionStreamProcessor
An object that recognizes faces or labels in a streaming video. An Amazon Rekognition stream processor is created by a call to CreateStreamProcessor. The request parameters for CreateStreamProcessor
describe the Kinesis video stream source for the streaming video, face recognition parameters, and where to stream the analysis resullts.
-
Name of the Amazon Rekognition stream processor.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
Current status of the Amazon Rekognition stream processor.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionStreamProcessorStatus status;
Swift
var status: AWSRekognitionStreamProcessorStatus { get set }