public sealed class StreamingSynthesizeResponse : IMessage<StreamingSynthesizeResponse>, IEquatable<StreamingSynthesizeResponse>, IDeepCloneable<StreamingSynthesizeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class StreamingSynthesizeResponse.
StreamingSynthesizeResponse is the only message returned to the
client by StreamingSynthesize method. A series of zero or more
StreamingSynthesizeResponse messages are streamed back to the client.
[[["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 `StreamingSynthesizeResponse` class is part of the Google Cloud Text-to-Speech v1beta1 API and is the only message type returned to the client by the `StreamingSynthesize` method."],["This class streams back a series of zero or more `StreamingSynthesizeResponse` messages to the client during a `StreamingSynthesize` method call."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has a property, `AudioContent`, which contains the audio data bytes encoded as headerless LINEAR16 audio with a sample rate of 24000."],["There are 3 versions listed, the latest being `2.0.0-beta12` of the StreamingSynthesizeResponse class."]]],[]]