public sealed class SynthesizeSpeechRequest : IMessage<SynthesizeSpeechRequest>, IEquatable<SynthesizeSpeechRequest>, IDeepCloneable<SynthesizeSpeechRequest>, IBufferMessage, IMessage
The top-level message sent by the client for the SynthesizeSpeech method.
[[["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 details the `SynthesizeSpeechRequest` class within the `Google.Cloud.TextToSpeech.V1` namespace, used for the `SynthesizeSpeech` method in Google Cloud's Text-to-Speech API."],["The `SynthesizeSpeechRequest` class, which is the top-level message for synthesizing speech, has been released in multiple versions, ranging from version 2.2.0 to the latest 3.10.0."],["The `SynthesizeSpeechRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of `SynthesizeSpeechRequest` include `AudioConfig` for audio configuration, `Input` for specifying text or SSML input, and `Voice` for selecting the desired voice."],["There are two constructors for `SynthesizeSpeechRequest`: a default constructor, and another that allows cloning an existing `SynthesizeSpeechRequest` object."]]],[]]