A collection of turns for multi-speaker synthesis.
| JSON representation |
|---|
{
"turns": [
{
object ( |
| Fields | |
|---|---|
turns[] |
Required. Speaker turns. |
Turn
A multi-speaker turn.
| JSON representation |
|---|
{ "speaker": string, "text": string } |
| Fields | |
|---|---|
speaker |
Required. The speaker of the turn, for example, 'O' or 'Q'. Please refer to documentation for available speakers. |
text |
Required. The text to speak. |