whisper_token_data class final

Inheritance
Implemented types
Available extensions

Constructors

whisper_token_data.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
token id
getter/setter pair
p double
probability of the token
getter/setter pair
plog double
log probability of the token
getter/setter pair
pt double
probability of the timestamp token
getter/setter pair
ptsum double
sum of probabilities of all timestamp tokens
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t0 int
start time of the token
getter/setter pair
t1 int
end time of the token
getter/setter pair
t_dtw int
EXPERIMENTAL Token-level timestamps with DTW do not use if you haven't computed token-level timestamps with dtw Roughly corresponds to the moment in audio in which the token was output
getter/setter pair
tid int
forced timestamp token id
getter/setter pair
vlen double
voice length of the token
getter/setter pair

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