recognizeBuffer method

PromiseJsImpl<List> recognizeBuffer(
  1. Uint8List buffer,
  2. int width,
  3. int height,
  4. int stride,
  5. int format,
)

Implementation

external PromiseJsImpl<List<dynamic>> recognizeBuffer(
    Uint8List buffer, int width, int height, int stride, int format);