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 documentation covers the `TextToSpeechClient.StreamingSynthesizeStream` class within the Google Cloud Text-to-Speech v1beta1 API, focusing on its functionality for bidirectional streaming."],["The class, an abstract type, inherits from `BidirectionalStreamingBase` and provides methods for managing streaming requests and responses (`StreamingSynthesizeRequest`, `StreamingSynthesizeResponse`)."],["The current latest version is 2.0.0-beta12 and the documentation highlights version 2.0.0-beta11, along with version 1.0.0-beta04 that are also documented."],["Key methods include `TryWriteAsync`, `WriteAsync`, `WriteCompleteAsync`, `GetResponseStream`, and `Dispose`, all inherited from the `BidirectionalStreamingBase` class."],["The `StreamingSynthesizeStream` class also implements the `IDisposable` interface for managing resources."]]],[]]