public sealed class SynthesizeSpeechResponse : IMessage<SynthesizeSpeechResponse>, IEquatable<SynthesizeSpeechResponse>, IDeepCloneable<SynthesizeSpeechResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class SynthesizeSpeechResponse.
The message returned to the client by the SynthesizeSpeech method.
The audio data bytes encoded as specified in the request, including the
header for encodings that are wrapped in containers (e.g. MP3, OGG_OPUS).
For LINEAR16 audio, we include the WAV header. Note: as
with all bytes fields, protobuffers use a pure binary representation,
whereas JSON representations use base64.
[[["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."],[[["The document provides reference documentation for the `SynthesizeSpeechResponse` class within the Google Cloud Text-to-Speech v1 API, detailing its structure and usage."],["`SynthesizeSpeechResponse` is a message type returned by the `SynthesizeSpeech` method, serving as a container for the synthesized audio data."],["The class is part of the `Google.Cloud.TextToSpeech.V1` namespace and is available in versions ranging from 2.2.0 to 3.10.0, with 3.10.0 being the latest."],["The `SynthesizeSpeechResponse` class contains a property called `AudioContent`, which is of type `ByteString` and represents the audio data bytes produced by the Text-to-Speech API."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cSynthesizeSpeechResponse\u003e`, `IDeepCloneable\u003cSynthesizeSpeechResponse\u003e`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]