AWSRekognitionStartFaceSearchResponse

Objective-C

@interface AWSRekognitionStartFaceSearchResponse

Swift

class AWSRekognitionStartFaceSearchResponse
  • The identifier for the search job. Use JobId to identify the job in a subsequent call to GetFaceSearch.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }