Endpointing class
Silence window that ends a user turn in a voice session.
Constructors
- Endpointing({int minDelayMs = 500, int maxDelayMs = 3000})
-
Bound how long the session waits for more speech.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxDelayMs → int
-
Silence after which the turn closes regardless.
final
- minDelayMs → int
-
Silence required before the turn may close.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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