BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost({required String audio, String? modelId, dynamic voiceSettings, dynamic seed, bool? removeBackgroundNoise, dynamic fileFormat})
const
BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.fromJson(Map<String, dynamic> json)
factory

Properties

audio String
final
fileFormat → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
modelId String?
final
removeBackgroundNoise bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed → dynamic
final
voiceSettings → dynamic
final

Methods

copyWith({String? audio, String? modelId, dynamic voiceSettings, dynamic seed, bool? removeBackgroundNoise, dynamic fileFormat}) BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost

Available on BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost, provided by the $BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPostExtension extension

copyWithWrapped({Wrapped<String>? audio, Wrapped<String?>? modelId, Wrapped? voiceSettings, Wrapped? seed, Wrapped<bool?>? removeBackgroundNoise, Wrapped? fileFormat}) BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost

Available on BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost, provided by the $BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPostExtension 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