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-04-02 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."]]],[]]