VadActivity class final

One frame's verdict, with no state transition implied.

Inheritance

Constructors

VadActivity({required bool isSpeech, required double probability, int? timestampMs})
Carry one frame's detection result.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isSpeech bool
True when this frame was classified as speech.
final
probability double
Speech probability for this frame.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestampMs int?
Timestamp of this frame.
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