BodyGetSimilarLibraryVoicesV1SimilarVoicesPost class

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

Constructors

BodyGetSimilarLibraryVoicesV1SimilarVoicesPost({String? audioFile, dynamic similarityThreshold, dynamic topK})
const
BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.fromJson(Map<String, dynamic> json)
factory

Properties

audioFile String?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
similarityThreshold → dynamic
final
topK → dynamic
final

Methods

copyWith({String? audioFile, dynamic similarityThreshold, dynamic topK}) BodyGetSimilarLibraryVoicesV1SimilarVoicesPost

Available on BodyGetSimilarLibraryVoicesV1SimilarVoicesPost, provided by the $BodyGetSimilarLibraryVoicesV1SimilarVoicesPostExtension extension

copyWithWrapped({Wrapped<String?>? audioFile, Wrapped? similarityThreshold, Wrapped? topK}) BodyGetSimilarLibraryVoicesV1SimilarVoicesPost

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