loadWhisperModel abstract method

bool loadWhisperModel({
  1. String openVinoEncoderDevice = "CPU",
  2. required String whisperModelPath,
  3. bool isUseGpu = false,
  4. int gpuDevice = 0,
})

Implementation

bool loadWhisperModel({
  String openVinoEncoderDevice = "CPU",
  required String whisperModelPath,
  bool isUseGpu = false,
  int gpuDevice = 0,
});