TranscribeRequest class
- Annotations
-
- @unfreezed
Constructors
- TranscribeRequest({required String audio, @Default(false) bool isTranslate, @Default(6) int threads, @Default(false) bool isVerbose, @Default("auto") 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})
-
factory
-
TranscribeRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audio ↔ String
-
getter/setter pairinherited
-
copyWith
→ $TranscribeRequestCopyWith<
TranscribeRequest> -
no setterinherited
- diarize ↔ bool
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNoTimestamps ↔ bool
-
getter/setter pairinherited
- isSpecialTokens ↔ bool
-
getter/setter pairinherited
- isTranslate ↔ bool
-
getter/setter pairinherited
- isVerbose ↔ bool
-
getter/setter pairinherited
- language ↔ String
-
getter/setter pairinherited
- noFallback ↔ bool
-
getter/setter pairinherited
- nProcessors ↔ int
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedUp ↔ bool
-
getter/setter pairinherited
- splitOnWord ↔ bool
-
getter/setter pairinherited
- threads ↔ int
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited