TranscribeRequest class
Transcription request parameters
- Annotations
-
- @freezed
Constructors
- TranscribeRequest({required String audio, @Default(false) bool isTranslate, @Default(6) int threads, @Default(false) bool isVerbose, @Default('id') String language, @Default(false) bool isSpecialTokens, @Default(false) bool isNoTimestamps, @Default(1) int nProcessors, @Default(false) bool splitOnWord, @Default(false) bool noFallback, @Default(false) bool diarize, @Default(false) bool speedUp})
-
constfactory
Properties
- audio → String
-
no setterinherited
-
copyWith
→ $TranscribeRequestCopyWith<
TranscribeRequest> -
no setterinherited
- diarize → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNoTimestamps → bool
-
no setterinherited
- isSpecialTokens → bool
-
no setterinherited
- isTranslate → bool
-
no setterinherited
- isVerbose → bool
-
no setterinherited
- language → String
-
no setterinherited
- noFallback → bool
-
no setterinherited
- nProcessors → int
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedUp → bool
-
no setterinherited
- splitOnWord → bool
-
no setterinherited
- threads → int
-
no setterinherited
Methods
-
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