AWSRekognitionStartStreamProcessorResponse

Objective-C

@interface AWSRekognitionStartStreamProcessorResponse

Swift

class AWSRekognitionStartStreamProcessorResponse
  • A unique identifier for the stream processing session.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable sessionId;

    Swift

    var sessionId: String? { get set }