flutter_chardet_get_confidence function
- @Native<Float Function(flutter_chardet_t, Size)>(flutter_chardet_t, ffi.Size)>()
- flutter_chardet_t detector,
- 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,
);