public sealed class StreamingSynthesizeResponse : IMessage<StreamingSynthesizeResponse>, IEquatable<StreamingSynthesizeResponse>, IDeepCloneable<StreamingSynthesizeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 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."],[[["This webpage provides documentation for the `StreamingSynthesizeResponse` class within the Google Cloud Text-to-Speech v1 API for .NET, with the current version being 3.7.0."],["`StreamingSynthesizeResponse` is the sole message type returned by the `StreamingSynthesize` method and is part of a stream of zero or more messages sent back to the client."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property named `AudioContent` of type `ByteString` which represents the audio data bytes encoded as specified in the request."],["The documentation also includes a full history of past versions, dating back to 2.2.0, with 3.10.0 being the latest."]]],[]]