AWSRekognitionDescribeStreamProcessorResponse
Objective-C
@interface AWSRekognitionDescribeStreamProcessorResponse
Swift
class AWSRekognitionDescribeStreamProcessorResponse
-
Date and time the stream processor was created
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTimestamp;
Swift
var creationTimestamp: Date? { get set }
-
Kinesis video stream that provides the source streaming video.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionStreamProcessorInput *_Nullable input;
Swift
var input: AWSRekognitionStreamProcessorInput? { get set }
-
The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdateTimestamp;
Swift
var lastUpdateTimestamp: Date? { get set }
-
Name of the stream processor.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionStreamProcessorOutput *_Nullable output;
Swift
var output: AWSRekognitionStreamProcessorOutput? { get set }
-
ARN of the IAM role that allows access to the stream processor.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }
-
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionStreamProcessorSettings *_Nullable settings;
Swift
var settings: AWSRekognitionStreamProcessorSettings? { get set }
-
Current status of the stream processor.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionStreamProcessorStatus status;
Swift
var status: AWSRekognitionStreamProcessorStatus { get set }
-
Detailed status message about the stream processor.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;
Swift
var statusMessage: String? { get set }
-
ARN of the stream processor.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamProcessorArn;
Swift
var streamProcessorArn: String? { get set }