WhisperRequest class
Constructors
- WhisperRequest(Map rawData)
- WhisperRequest.fromWavFile({required File audio, required File model, bool is_translate = false, int threads = 4, bool is_verbose = false, String language = "id", bool is_special_tokens = false, bool is_no_timestamps = false})
-
factory
- WhisperRequest.getVersion()
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toMap(
) → Map -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited