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 for version 3.6.0."],["`SynthesizeSpeechRequest` is the top-level message sent by clients to the `SynthesizeSpeech` method, used to synthesize audio."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which help define its behavior and capabilities."],["The `SynthesizeSpeechRequest` class includes properties for `AudioConfig`, `Input`, and `Voice`, which are required to configure the synthesized audio, input text or SSML, and desired voice respectively."],["Version history for this function is also available from 3.0.0 to 3.10.0, with 3.10.0 being the latest."]]],[]]