BodySoundGenerationV1SoundGenerationPost constructor
const
BodySoundGenerationV1SoundGenerationPost({
- required String text,
- dynamic durationSeconds,
- dynamic promptInfluence,
Implementation
const BodySoundGenerationV1SoundGenerationPost({
required this.text,
this.durationSeconds,
this.promptInfluence,
});