TranscriberRepository class

Inheritance

Constructors

TranscriberRepository.new({required Dio dio, required AudioModel model, String? prompt, String? language, double? temperature})

Properties

hashCode int
The hash code for this object.
no setterinherited
language String?
final
model AudioModel
final
onMicVolumeChange Stream<double>
no setteroverride
onSilenceChange Stream<bool>
no setteroverride
prompt String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature double?
final
transcribed Stream<String>
no setteroverride
voiceRecorder VoiceRecorderHandler
final

Methods

dispose() → void
override
endTranscription() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startTranscribe() Future<void>
override
toString() String
A string representation of this object.
inherited
transcribeFromFile(File file) Future<String>
This method should not add strings to the transcribed stream.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited