public sealed class SynthesizeSpeechRequest : IMessage<SynthesizeSpeechRequest>, IEquatable<SynthesizeSpeechRequest>, IDeepCloneable<SynthesizeSpeechRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class SynthesizeSpeechRequest.
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 provides reference documentation for the `SynthesizeSpeechRequest` class within the Google Cloud Text-to-Speech v1 API, specifically version 3.2.0."],["`SynthesizeSpeechRequest` is the top-level message sent by the client to the `SynthesizeSpeech` method, used to synthesize audio."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `SynthesizeSpeechRequest` class has three main properties: `AudioConfig`, `Input`, and `Voice`, which are required for configuring the synthesized audio, specifying the input text or SSML, and defining the desired voice, respectively."],["The document provides a history of versions, ranging from the latest 3.10.0 down to 2.2.0, in which all of the documentation refer to the `SynthesizeSpeechRequest`."]]],[]]