public abstract class TextToSpeechClient.StreamingSynthesizeStream : BidirectionalStreamingBase<StreamingSynthesizeRequest, StreamingSynthesizeResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class TextToSpeechClient.StreamingSynthesizeStream.
[[["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-03-21 UTC."],[[["The `TextToSpeechClient.StreamingSynthesizeStream` class supports bidirectional streaming for text-to-speech synthesis using the Google Cloud Text-to-Speech v1 API."],["This class is an implementation of `BidirectionalStreamingBase`, handling both `StreamingSynthesizeRequest` and `StreamingSynthesizeResponse` for data flow."],["The latest version for the API is `3.10.0`, with a list of other available versions going as far back as `2.2.0`, all of which utilize the same TextToSpeechClient.StreamingSynthesizeStream class."],["The class implements `IDisposable` and provides methods for managing the stream, including writing requests and getting responses via methods like `WriteAsync`, `TryWriteAsync`, and `GetResponseStream`."],["The TextToSpeechClient.StreamingSynthesizeStream class enables the StreamingSynthesize method, which provides the ability for the TextToSpeechClient to have bidirectional streaming capabilities."]]],[]]