DetectDataModel constructor
const
DetectDataModel({
- List<
List< ? detections,DetectItemModel> >
Implementation
const factory DetectDataModel({
/// Translations contains list of translation results of given text
List<List<DetectItemModel>>? detections,
}) = _DetectDataModel;