WhisperModel enum

Available whisper models

Inheritance
Available extensions

Values

none → const WhisperModel
const WhisperModel("")
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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
modelName String
Public name of model
final
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.