RealtimeTranscriptionSession class

Transcription-only realtime session.

Inheritance

Constructors

RealtimeTranscriptionSession.new({required String? id, int? expiresAt, List<String>? include, RealtimeSessionAudio? audio})
RealtimeTranscriptionSession.fromJson(Map<String, dynamic> j)
factory

Properties

audio RealtimeSessionAudio?
final
expiresAt int?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
finalinherited
include List<String>?
final
instructions String?
finalinherited
model RealtimeModel?
finalinherited
object String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature num?
finalinherited
toolChoice ToolChoice?
finalinherited
tools List<RealtimeFunctionTool>?
finalinherited
tracing Tracing?
finalinherited

Methods

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

Operators

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