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