Reference documentation and code samples for the Cloud Text-to-Speech V1 Client class StreamingSynthesizeRequest.
Request message for the StreamingSynthesize method. Multiple
StreamingSynthesizeRequest messages are sent in one call.
The first message must contain a streaming_config that
fully specifies the request configuration and must not contain input. All
subsequent messages must only have input set.
Generated from protobuf message google.cloud.texttospeech.v1.StreamingSynthesizeRequest
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Cloud Text-to-Speech V1 Client - Class StreamingSynthesizeRequest (2.2.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.2 (latest)](/php/docs/reference/cloud-text-to-speech/latest/V1.StreamingSynthesizeRequest)\n- [2.2.1](/php/docs/reference/cloud-text-to-speech/2.2.1/V1.StreamingSynthesizeRequest)\n- [2.0.1](/php/docs/reference/cloud-text-to-speech/2.0.1/V1.StreamingSynthesizeRequest)\n- [1.12.2](/php/docs/reference/cloud-text-to-speech/1.12.2/V1.StreamingSynthesizeRequest)\n- [1.11.0](/php/docs/reference/cloud-text-to-speech/1.11.0/V1.StreamingSynthesizeRequest)\n- [1.10.0](/php/docs/reference/cloud-text-to-speech/1.10.0/V1.StreamingSynthesizeRequest)\n- [1.9.1](/php/docs/reference/cloud-text-to-speech/1.9.1/V1.StreamingSynthesizeRequest)\n- [1.8.5](/php/docs/reference/cloud-text-to-speech/1.8.5/V1.StreamingSynthesizeRequest)\n- [1.7.2](/php/docs/reference/cloud-text-to-speech/1.7.2/V1.StreamingSynthesizeRequest)\n- [1.6.1](/php/docs/reference/cloud-text-to-speech/1.6.1/V1.StreamingSynthesizeRequest)\n- [1.5.6](/php/docs/reference/cloud-text-to-speech/1.5.6/V1.StreamingSynthesizeRequest)\n- [1.4.5](/php/docs/reference/cloud-text-to-speech/1.4.5/V1.StreamingSynthesizeRequest) \nReference documentation and code samples for the Cloud Text-to-Speech V1 Client class StreamingSynthesizeRequest.\n\nRequest message for the `StreamingSynthesize` method. Multiple\n`StreamingSynthesizeRequest` messages are sent in one call.\n\nThe first message must contain a `streaming_config` that\nfully specifies the request configuration and must not contain `input`. All\nsubsequent messages must only have `input` set.\n\nGenerated from protobuf message `google.cloud.texttospeech.v1.StreamingSynthesizeRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ TextToSpeech \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getStreamingConfig\n\nStreamingSynthesizeConfig to be used in this streaming attempt. Only\nspecified in the first message sent in a `StreamingSynthesize` call.\n\n### hasStreamingConfig\n\n### setStreamingConfig\n\nStreamingSynthesizeConfig to be used in this streaming attempt. Only\nspecified in the first message sent in a `StreamingSynthesize` call.\n\n### getInput\n\nInput to synthesize. Specified in all messages but the first in a\n`StreamingSynthesize` call.\n\n### hasInput\n\n### setInput\n\nInput to synthesize. Specified in all messages but the first in a\n`StreamingSynthesize` call.\n\n### getStreamingRequest"]]