Prediction constructor
Prediction({})
Implementation
Prediction({
required this.id,
required this.label,
required this.xmin,
required this.ymin,
required this.xmax,
required this.ymax,
required this.score,
required this.ocrText,
required this.type,
required this.status,
required this.pageNo,
required this.labelId,
required this.cells,
});