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."],[[["This webpage provides documentation for the `TextToSpeechClient.StreamingSynthesizeStream` class within the Google Cloud Text-to-Speech v1 API, with the latest version being 3.10.0 and a list of versions down to 2.2.0."],["`TextToSpeechClient.StreamingSynthesizeStream` is a class that supports bidirectional streaming for text-to-speech synthesis, using `StreamingSynthesizeRequest` and `StreamingSynthesizeResponse` types."],["The `StreamingSynthesizeStream` class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods to manage the streaming process, such as writing requests and reading responses."],["This documentation covers how to use the `StreamingSynthesize` method, utilizing both `CallSettings` and `BidirectionalStreamingSettings`."],["The documentation includes reference information regarding the `Namespace` and `Assembly` of the class, allowing for easy implementation."]]],[]]