StreamingSynthesizeResponse

StreamingSynthesizeResponse is the only message returned to the client by StreamingSynthesize method. A series of zero or more StreamingSynthesizeResponse messages are streamed back to the client.

JSON representation
{
  "audioContent": string
}
Fields
audioContent

string (bytes format)

The audio data bytes encoded as specified in the request. This is headerless LINEAR16 audio with a sample rate of 24000.

A base64-encoded string.