AWSRekognitionStreamProcessorOutput
Objective-C
@interface AWSRekognitionStreamProcessorOutput
Swift
class AWSRekognitionStreamProcessorOutput
Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
-
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionKinesisDataStream *_Nullable kinesisDataStream;
Swift
var kinesisDataStream: AWSRekognitionKinesisDataStream? { get set }