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.
Implements
IMessageStreamingSynthesizeResponse, IEquatableStreamingSynthesizeResponse, IDeepCloneableStreamingSynthesizeResponse, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.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 |