Request message for the StreamingSynthesize method. Multiple StreamingSynthesizeRequest messages are sent in one call. The first message must contain a streamingConfig that fully specifies the request configuration and must not contain input. All subsequent messages must only have input set.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field streaming_request. The request to be sent, either a StreamingSynthesizeConfig or StreamingSynthesisInput. streaming_request can be only one of the following: |
|
streamingConfig |
StreamingSynthesizeConfig to be used in this streaming attempt. Only specified in the first message sent in a |
input |
Input to synthesize. Specified in all messages but the first in a |