public sealed class StreamingSynthesizeConfig : IMessage<StreamingSynthesizeConfig>, IEquatable<StreamingSynthesizeConfig>, IDeepCloneable<StreamingSynthesizeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 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 documentation covers the `StreamingSynthesizeConfig` class within the Google Cloud Text-to-Speech v1beta1 API, which provides configuration for streaming text-to-speech requests."],["`StreamingSynthesizeConfig` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling and cloning."],["The class is located within the `Google.Cloud.TextToSpeech.V1Beta1` namespace and is found in the `Google.Cloud.TextToSpeech.V1Beta1.dll` assembly."],["Two constructors are available: a default constructor and a copy constructor that accepts another `StreamingSynthesizeConfig` object as a parameter."],["The class has a property `Voice` of type `VoiceSelectionParams`, and it is a required field used to specify the voice to be used in the synthesized audio."]]],[]]