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, detailing its inheritance, implemented interfaces, and members."],["The latest version available of `SynthesizeSpeechRequest` is 3.10.0, while the current page focuses on version 3.5.0, with a range of other versions listed from 2.2.0 to 3.9.0."],["The `SynthesizeSpeechRequest` class is used as the top-level message sent by the client for the `SynthesizeSpeech` method, requiring audio configuration, synthesis input, and voice selection parameters."],["The `SynthesizeSpeechRequest` class has two constructors, one is empty, and the other accepts another instance of `SynthesizeSpeechRequest` as a parameter."],["There are three properties available for the `SynthesizeSpeechRequest` class: `AudioConfig`, `Input`, and `Voice`, which are of types `AudioConfig`, `SynthesisInput`, and `VoiceSelectionParams` respectively."]]],[]]