Cloud Text-to-Speech V1 Client - Class SynthesizeSpeechResponse (1.4.5)

Reference documentation and code samples for the Cloud Text-to-Speech V1 Client class SynthesizeSpeechResponse.

The message returned to the client by the SynthesizeSpeech method.

Generated from protobuf message google.cloud.texttospeech.v1.SynthesizeSpeechResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ audio_content string

The audio data bytes encoded as specified in the request, including the header for encodings that are wrapped in containers (e.g. MP3, OGG_OPUS). For LINEAR16 audio, we include the WAV header. Note: as with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

getAudioContent

The audio data bytes encoded as specified in the request, including the header for encodings that are wrapped in containers (e.g. MP3, OGG_OPUS).

For LINEAR16 audio, we include the WAV header. Note: as with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

Generated from protobuf field bytes audio_content = 1;

Returns
Type Description
string

setAudioContent

The audio data bytes encoded as specified in the request, including the header for encodings that are wrapped in containers (e.g. MP3, OGG_OPUS).

For LINEAR16 audio, we include the WAV header. Note: as with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

Generated from protobuf field bytes audio_content = 1;

Parameter
Name Description
var string
Returns
Type Description
$this