LiveSessionInitResult class
Model of real-time speech recognition session initialization result
- Annotations
-
- @immutable
- @JsonSerializable.new()
Constructors
- LiveSessionInitResult({required String id, required String url})
-
Creates a new instance of LiveSessionInitResult
const
-
LiveSessionInitResult.fromJson(Map<
String, dynamic> json) -
Creates LiveSessionInitResult from JSON data
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts to JSON
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited