BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost class

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

Constructors

BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost({required String audio, String? modelId, dynamic voiceSettings, dynamic seed, bool? removeBackgroundNoise, dynamic fileFormat})
const
BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.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}) BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost

Available on BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost, provided by the $BodySpeechToSpeechV1SpeechToSpeechVoiceIdPostExtension extension

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

Available on BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost, provided by the $BodySpeechToSpeechV1SpeechToSpeechVoiceIdPostExtension 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 BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost instance)