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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `TextToSpeechClient.StreamingSynthesizeStream` class is an abstract class that facilitates bidirectional streaming for the Google Cloud Text-to-Speech v1 API."],["This class supports multiple versions of the API, with version 3.10.0 being the latest, and links to historical versions going back to version 2.2.0."],["It inherits from `BidirectionalStreamingBase\u003cStreamingSynthesizeRequest, StreamingSynthesizeResponse\u003e` and implements the `IDisposable` interface, providing methods for managing streaming operations."],["Key methods include `TryWriteAsync`, `WriteAsync`, `WriteCompleteAsync`, and `GetResponseStream`, enabling data transmission and reception within the streaming process."],["It utilizes the `StreamingSynthesize` method with settings to handle the bidirectional stream, allowing for real-time text-to-speech conversion."]]],[]]