StreamingConfig class

Constructors

StreamingConfig({StreamingMode mode = StreamingMode.audioOnly, String? websocketUrl, String? apiKey, String? userId, String language = 'en', bool includeSpeechProfile = true, Map<String, String>? customHeaders, Map<String, String>? customParams})
const

Properties

apiKey String?
final
customHeaders Map<String, String>?
final
customParams Map<String, String>?
final
hashCode int
The hash code for this object.
no setterinherited
includeSpeechProfile bool
final
language String
final
mode StreamingMode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
final
websocketUrl String?
final

Methods

copyWith({StreamingMode? mode, String? websocketUrl, String? apiKey, String? userId, String? language, bool? includeSpeechProfile, Map<String, String>? customHeaders, Map<String, String>? customParams}) StreamingConfig
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