AWSRekognitionStreamProcessingStartSelector
Objective-C
@interface AWSRekognitionStreamProcessingStartSelector
Swift
class AWSRekognitionStreamProcessingStartSelector
This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.
-
Specifies the starting point in the stream to start processing. This can be done with a producer timestamp or a fragment number in a Kinesis stream.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionKinesisVideoStreamStartSelector *_Nullable KVSStreamStartSelector;
Swift
var kvsStreamStartSelector: AWSRekognitionKinesisVideoStreamStartSelector? { get set }