RealtimeInputConfig_TurnCoverage class final

Options about which input is included in the user's turn.

Inheritance
  • Object
  • ProtoEnum
  • RealtimeInputConfig_TurnCoverage

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

$default → const RealtimeInputConfig_TurnCoverage
The default value for RealtimeInputConfig_TurnCoverage.
turnCoverageUnspecified → const RealtimeInputConfig_TurnCoverage
If unspecified, the default behavior is TURN_INCLUDES_ONLY_ACTIVITY.
turnIncludesAllInput → const RealtimeInputConfig_TurnCoverage
The users turn includes all realtime input since the last turn, including inactivity (e.g. silence on the audio stream).
turnIncludesOnlyActivity → const RealtimeInputConfig_TurnCoverage
The users turn only includes activity since the last turn, excluding inactivity (e.g. silence on the audio stream). This is the default behavior.