BodySoundGenerationV1SoundGenerationPost constructor

const BodySoundGenerationV1SoundGenerationPost({
  1. required String text,
  2. dynamic durationSeconds,
  3. dynamic promptInfluence,
})

Implementation

const BodySoundGenerationV1SoundGenerationPost({
  required this.text,
  this.durationSeconds,
  this.promptInfluence,
});