SpeechAlignment
One character’s position in the generated audio.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
character |
yes | string |
The character, as sent in the request text. | — |
start |
yes | string |
When the character starts, relative to the start of the audio. | pattern ^-?(\d+\.)?\d{2}:\d{2}:\d{2}(\.\d{1,7})?$ |
end |
yes | string |
When the character ends, relative to the start of the audio. | pattern ^-?(\d+\.)?\d{2}:\d{2}:\d{2}(\.\d{1,7})?$ |