BodySoundGenerationV1SoundGenerationPost class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- BodySoundGenerationV1SoundGenerationPost({required String text, dynamic durationSeconds, dynamic promptInfluence})
-
const
-
BodySoundGenerationV1SoundGenerationPost.fromJson(Map<
String, dynamic> json) -
factory
Properties
- durationSeconds → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- promptInfluence → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
Methods
-
copyWith(
{String? text, dynamic durationSeconds, dynamic promptInfluence}) → BodySoundGenerationV1SoundGenerationPost -
Available on BodySoundGenerationV1SoundGenerationPost, provided by the $BodySoundGenerationV1SoundGenerationPostExtension extension
-
copyWithWrapped(
{Wrapped< String> ? text, Wrapped? durationSeconds, Wrapped? promptInfluence}) → BodySoundGenerationV1SoundGenerationPost -
Available on BodySoundGenerationV1SoundGenerationPost, provided by the $BodySoundGenerationV1SoundGenerationPostExtension 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 BodySoundGenerationV1SoundGenerationPost Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BodySoundGenerationV1SoundGenerationPost instance)