factory StartFaceDetectionResponse.fromJson(Map<String, dynamic> json) { return StartFaceDetectionResponse( jobId: json['JobId'] as String?, ); }