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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTextToSpeechClient.StreamingSynthesizeStream\u003c/code\u003e class is an abstract class that facilitates bidirectional streaming for the Google Cloud Text-to-Speech v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis 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.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eBidirectionalStreamingBase<StreamingSynthesizeRequest, StreamingSynthesizeResponse>\u003c/code\u003e and implements the \u003ccode\u003eIDisposable\u003c/code\u003e interface, providing methods for managing streaming operations.\u003c/p\u003e\n"],["\u003cp\u003eKey methods include \u003ccode\u003eTryWriteAsync\u003c/code\u003e, \u003ccode\u003eWriteAsync\u003c/code\u003e, \u003ccode\u003eWriteCompleteAsync\u003c/code\u003e, and \u003ccode\u003eGetResponseStream\u003c/code\u003e, enabling data transmission and reception within the streaming process.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes the \u003ccode\u003eStreamingSynthesize\u003c/code\u003e method with settings to handle the bidirectional stream, allowing for real-time text-to-speech conversion.\u003c/p\u003e\n"]]],[],null,[]]