InputData.imageBytes constructor

InputData.imageBytes(
  1. Uint8List bytes
)

Image input bytes. Supported formats depend on the model, commonly PNG and JPEG.

Implementation

factory InputData.imageBytes(Uint8List bytes) = ImageInputData;