WhisperBatchProgress class final
Ordered progress emitted by a sequential transcription batch.
Constructors
- WhisperBatchProgress({required int completed, required int total, required String? currentId, required bool isFinal})
-
Creates an immutable batch progress snapshot.
const
Properties
- completed → int
-
Number of items that have reached a result.
final
- currentId → String?
-
Most recently completed item, or
nullfor an empty batch.final - fraction → double
-
Completion ratio from zero to one.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFinal → bool
-
Whether all input items have completed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → int
-
Total number of input items.
final
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