runModelOnBinary method
Implementation
Future<List<dynamic>?> runModelOnBinary({required Uint8List binary, int numResults = 5, double threshold = 0.1, bool asynch = true}) {
throw UnimplementedError('runModelOnBinary() has not been implemented.');
}