factory ShotSegment.fromJson(Map<String, dynamic> json) { return ShotSegment( confidence: json['Confidence'] as double?, index: json['Index'] as int?, ); }