ImageObject constructor
ImageObject({})
Default constructor for the image object using inside this package.
Implementation
ImageObject(
{required this.originalPath,
required this.modifiedPath,
this.assetId = "",
this.modifiedWidth,
this.modifiedHeight,
this.recognitions,
this.label,
this.ocrText,
this.ocrOriginalText});