StreamingAudioChunkWithTimestampsResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- StreamingAudioChunkWithTimestampsResponseModel({required String audioBase64, dynamic alignment, dynamic normalizedAlignment})
-
const
-
StreamingAudioChunkWithTimestampsResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alignment → dynamic
-
final
- audioBase64 → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- normalizedAlignment → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? audioBase64, dynamic alignment, dynamic normalizedAlignment}) → StreamingAudioChunkWithTimestampsResponseModel -
Available on StreamingAudioChunkWithTimestampsResponseModel, provided by the $StreamingAudioChunkWithTimestampsResponseModelExtension extension
-
copyWithWrapped(
{Wrapped< String> ? audioBase64, Wrapped? alignment, Wrapped? normalizedAlignment}) → StreamingAudioChunkWithTimestampsResponseModel -
Available on StreamingAudioChunkWithTimestampsResponseModel, provided by the $StreamingAudioChunkWithTimestampsResponseModelExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const StreamingAudioChunkWithTimestampsResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(StreamingAudioChunkWithTimestampsResponseModel instance)