InputData.imageBytes constructor
InputData.imageBytes(
- Uint8List bytes
Image input bytes. Supported formats depend on the model, commonly PNG and JPEG.
Implementation
factory InputData.imageBytes(Uint8List bytes) = ImageInputData;