public sealed class SynthesizeLongAudioResponse : IMessage<SynthesizeLongAudioResponse>, IEquatable<SynthesizeLongAudioResponse>, IDeepCloneable<SynthesizeLongAudioResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class SynthesizeLongAudioResponse.
The message returned to the client by the SynthesizeLongAudio 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 `SynthesizeLongAudioResponse` class within the Google Cloud Text-to-Speech v1beta1 API."],["`SynthesizeLongAudioResponse` is a message type returned by the `SynthesizeLongAudio` method and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["There are two constructors available for creating instances of `SynthesizeLongAudioResponse`: a default constructor and one that takes another `SynthesizeLongAudioResponse` object as a parameter for cloning."],["This class is a part of the `Google.Cloud.TextToSpeech.V1Beta1` namespace and is found within the `Google.Cloud.TextToSpeech.V1Beta1.dll` assembly."]]],[]]