AWSRekognitionStartMediaAnalysisJobResponse

Objective-C

@interface AWSRekognitionStartMediaAnalysisJobResponse

Swift

class AWSRekognitionStartMediaAnalysisJobResponse
  • Identifier for the created job.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }