BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePost constructor
const
BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePost({
- required BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender gender,
- required String accent,
- required BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge age,
- required double accentStrength,
- required String text,
Implementation
const BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePost({
required this.gender,
required this.accent,
required this.age,
required this.accentStrength,
required this.text,
});