Updates metadata for a specific voice. Only provided fields will be changed.
Parameters
id
string
required
The id of the voice, which can be retrieved by a call to List voices.
description
string
A description of this voice.
gender
string
A tag describing the gender of this voice, e.g. male, female, nonbinary.
name
string
The display name for this voice.
starred
boolean
If true, adds this voice to your starred list.
tags
Array<string>
Replaces the tags attached to this voice with the given list.
Returns
class VoiceUpdateResponse: …