RealtimeInputConfig class final
Configures the realtime input behavior in BidiGenerateContent.
- Inheritance
-
- Object
- ProtoMessage
- RealtimeInputConfig
Constructors
- RealtimeInputConfig({RealtimeInputConfig_AutomaticActivityDetection? automaticActivityDetection, RealtimeInputConfig_ActivityHandling? activityHandling, RealtimeInputConfig_TurnCoverage? turnCoverage})
- RealtimeInputConfig.fromJson(Object? j)
-
factory
Properties
- activityHandling → RealtimeInputConfig_ActivityHandling?
-
Optional. Defines what effect activity has.
final
- automaticActivityDetection → RealtimeInputConfig_AutomaticActivityDetection?
-
Optional. If not set, automatic activity detection is enabled by default.
If automatic voice detection is disabled, the client must send activity
signals.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- turnCoverage → RealtimeInputConfig_TurnCoverage?
-
Optional. Defines which input is included in the user's turn.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String