flutter_chardet_get_confidence function

  1. @Native<Float Function(flutter_chardet_t, Size)>(flutter_chardet_t, ffi.Size)>()
double flutter_chardet_get_confidence(
  1. flutter_chardet_t detector,
  2. int candidate
)

Implementation

@ffi.Native<ffi.Float Function(flutter_chardet_t, ffi.Size)>()
external double flutter_chardet_get_confidence(
  flutter_chardet_t detector,
  int candidate,
);