scanImageBytes method

Future<Map> scanImageBytes(
  1. Uint8List bytes, {
  2. String? modelId,
})

Scan raw image bytes. Default throws.

Implementation

Future<Map<dynamic, dynamic>> scanImageBytes(Uint8List bytes,
        {String? modelId}) =>
    throw UnimplementedError(
        'scanImageBytes is not implemented by this platform');