public abstract class TextToSpeechClient.StreamingSynthesizeStream : BidirectionalStreamingBase<StreamingSynthesizeRequest, StreamingSynthesizeResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 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."],[[["This page provides reference documentation for the `TextToSpeechClient.StreamingSynthesizeStream` class within the Google Cloud Text-to-Speech v1beta1 API."],["The `StreamingSynthesizeStream` class facilitates bidirectional streaming operations for synthesizing text to speech, and it uses `StreamingSynthesizeRequest` and `StreamingSynthesizeResponse` types."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for writing requests, completing write operations, and managing the response stream."],["It's relevant to the latest version 2.0.0-beta12 of the API, with links to older versions, showing the progression of this feature within Google Cloud."],["This class is an abstract class that interacts with a streaming service using the methods listed, for example, `TryWriteAsync`, `WriteAsync`, and `GetResponseStream`."]]],[]]