Google Cloud Text-to-Speech v1beta1 API - Class StreamingSynthesizeResponse (2.0.0-beta08)

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.

Inheritance

object > StreamingSynthesizeResponse

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.dll

Constructors

StreamingSynthesizeResponse()

public StreamingSynthesizeResponse()

StreamingSynthesizeResponse(StreamingSynthesizeResponse)

public StreamingSynthesizeResponse(StreamingSynthesizeResponse other)
Parameter
Name Description
other StreamingSynthesizeResponse

Properties

AudioContent

public ByteString AudioContent { get; set; }

The audio data bytes encoded as specified in the request. This is headerless LINEAR16 audio with a sample rate of 24000.

Property Value
Type Description
ByteString