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 document outlines the `SynthesizeSpeechRequest` class, which is the top-level message sent by clients to the `SynthesizeSpeech` method in Google Cloud Text-to-Speech."],["The latest version documented is 3.10.0, while the current specific content is regarding version 2.4.0 of the `SynthesizeSpeechRequest` class."],["The `SynthesizeSpeechRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SynthesizeSpeechRequest` class include `AudioConfig`, `Input` (either plain text or SSML), and `Voice`, which are all required for synthesizing speech."],["There are two constructors available for `SynthesizeSpeechRequest`, one parameterless, and one that takes another `SynthesizeSpeechRequest` object."]]],[]]