public sealed class StreamingSynthesizeConfig : IMessage<StreamingSynthesizeConfig>, IEquatable<StreamingSynthesizeConfig>, IDeepCloneable<StreamingSynthesizeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class StreamingSynthesizeConfig.
Provides configuration information for the StreamingSynthesize request.
[[["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 webpage provides documentation for the `StreamingSynthesizeConfig` class within the Google Cloud Text-to-Speech v1 API, with version 3.10.0 being the latest."],["The `StreamingSynthesizeConfig` class is used to configure streaming audio synthesis requests and is part of the `Google.Cloud.TextToSpeech.V1` namespace."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors and two properties: `StreamingAudioConfig`, which is optional and specifies the audio configuration, and `Voice`, which is required and determines the desired voice."],["The documentation also provides links to previous versions of this class, from version 2.2.0 up to 3.9.0, as well as all its implemented and inherited members."]]],[]]