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 information for the `SynthesizeSpeechRequest` class within the Google Cloud Text-to-Speech v1 API, detailing its usage and structure."],["`SynthesizeSpeechRequest` is a top-level message class used by clients to send requests to the `SynthesizeSpeech` method, requiring audio configuration, input text or SSML, and voice preferences."],["The provided versions list, ranging from 2.2.0 to the latest 3.10.0, offers different versions of the `SynthesizeSpeechRequest`, with the most recent listed first."],["The `SynthesizeSpeechRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three key properties: `AudioConfig` for audio output settings, `Input` for text or SSML, and `Voice` for specifying the desired voice."]]],[]]