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.3.0."],["The `SynthesizeSpeechRequest` class is a top-level message used by clients to request speech synthesis, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers several constructors and properties, including `AudioConfig`, `Input`, and `Voice`, which are essential for configuring the audio synthesis process."],["Multiple versions of the API are listed, ranging from 2.2.0 to 3.10.0 (latest), providing links to the `SynthesizeSpeechRequest` documentation for each version."],["The class inherits from the base `object` class and exposes standard inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]