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."],[[["The `StreamingSynthesizeConfig` class in the Google Cloud Text-to-Speech v1beta1 API provides configuration for streaming synthesize requests."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `StreamingSynthesizeConfig`, one being parameterless and the other taking another `StreamingSynthesizeConfig` instance."],["The `Voice` property, of type `VoiceSelectionParams`, is a required property that specifies the desired voice for the synthesized audio."],["The documentation covers versions 2.0.0-beta12 (latest), 2.0.0-beta11, and 1.0.0-beta04 of the `StreamingSynthesizeConfig` class."]]],[]]