WhisperModel enum
Available whisper models
Values
- tiny → const WhisperModel
-
tiny model for all languages
const WhisperModel("tiny")
- base → const WhisperModel
-
base model for all languages
const WhisperModel("base")
- small → const WhisperModel
-
small model for all languages
const WhisperModel("small")
- medium → const WhisperModel
-
medium model for all languages
const WhisperModel("medium")
- largeV1 → const WhisperModel
-
large model for all languages
const WhisperModel("large-v1")
- largeV2 → const WhisperModel
-
const WhisperModel("large-v2")
Properties
Methods
-
getPath(
String dir) → String - Get local path of model file
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WhisperModel> - A constant List of the values in this enum, in order of their declaration.