runModelOnByteArray method

Future<String> runModelOnByteArray(
  1. Uint8List uint8list,
  2. double confidence
)

Implementation

Future<String> runModelOnByteArray(Uint8List uint8list, double confidence)  {
  throw UnimplementedError('runModelOnByteArray() has not been implemented.');
}