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."],[[["The latest version available is 3.10.0, with a range of previous versions available down to 2.2.0 for the `Google.Cloud.TextToSpeech.V1` namespace."],["`SynthesizeSpeechRequest` is a top-level message used by clients for the `SynthesizeSpeech` method, inheriting from `Object` and implementing multiple interfaces."],["The `SynthesizeSpeechRequest` class can be constructed with either no parameters or with another `SynthesizeSpeechRequest` object as a parameter."],["The class has three primary properties: `AudioConfig`, which defines the configuration of the synthesized audio; `Input`, which specifies the input text or SSML; and `Voice`, which sets the desired voice for the synthesized audio."],["The class is found within the `Google.Cloud.TextToSpeech.V1` namespace and is part of the `Google.Cloud.TextToSpeech.V1.dll` assembly."]]],[]]