transcribeToJson method

  1. @override
Future<Map> transcribeToJson({
  1. required dynamic fileWav,
  2. bool isTranslate = false,
  3. String language = "auto",
  4. int useCountThread = 0,
  5. int useCountProccecors = 0,
})
override

Implementation

@override
Future<Map> transcribeToJson({
  required fileWav,
  bool isTranslate = false,
  String language = "auto",
  int useCountThread = 0,
  int useCountProccecors = 0,
}) {
  // TODO: implement transcribeToJson
  throw UnimplementedError();
}