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, which is the most recent version, 2.0.0-beta12."],["`TextToSpeechClient.StreamingSynthesizeStream` is an abstract class designed for bidirectional streaming, handling both `StreamingSynthesizeRequest` and `StreamingSynthesizeResponse` objects."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for writing, completing, and managing a stream of data."],["It provides bidirectional streaming capabilities for the `StreamingSynthesize` method, utilizing `CallSettings` and `BidirectionalStreamingSettings` for configuration."],["The class resides within the `Google.Cloud.TextToSpeech.V1Beta1` namespace and is part of the `Google.Cloud.TextToSpeech.V1Beta1.dll` assembly."]]],[]]