Cloud Text-to-Speech V1 Client - Class SynthesizeLongAudioRequest (1.5.6)

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

The top-level message sent by the client for the SynthesizeLongAudio method.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

The resource states of the request in the form of projects/*/locations/*.

↳ input Google\Cloud\TextToSpeech\V1\SynthesisInput

Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.

↳ audio_config Google\Cloud\TextToSpeech\V1\AudioConfig

Required. The configuration of the synthesized audio.

↳ output_gcs_uri string

Required. Specifies a Cloud Storage URI for the synthesis results. Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist.

↳ voice Google\Cloud\TextToSpeech\V1\VoiceSelectionParams

Required. The desired voice of the synthesized audio.

getParent

The resource states of the request in the form of projects/*/locations/*.

Returns
TypeDescription
string

setParent

The resource states of the request in the form of projects/*/locations/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInput

Required. The Synthesizer requires either plain text or SSML as input.

While Long Audio is in preview, SSML is temporarily unsupported.

Returns
TypeDescription
Google\Cloud\TextToSpeech\V1\SynthesisInput|null

hasInput

clearInput

setInput

Required. The Synthesizer requires either plain text or SSML as input.

While Long Audio is in preview, SSML is temporarily unsupported.

Parameter
NameDescription
var Google\Cloud\TextToSpeech\V1\SynthesisInput
Returns
TypeDescription
$this

getAudioConfig

Required. The configuration of the synthesized audio.

Returns
TypeDescription
Google\Cloud\TextToSpeech\V1\AudioConfig|null

hasAudioConfig

clearAudioConfig

setAudioConfig

Required. The configuration of the synthesized audio.

Parameter
NameDescription
var Google\Cloud\TextToSpeech\V1\AudioConfig
Returns
TypeDescription
$this

getOutputGcsUri

Required. Specifies a Cloud Storage URI for the synthesis results. Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist.

Returns
TypeDescription
string

setOutputGcsUri

Required. Specifies a Cloud Storage URI for the synthesis results. Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVoice

Required. The desired voice of the synthesized audio.

Returns
TypeDescription
Google\Cloud\TextToSpeech\V1\VoiceSelectionParams|null

hasVoice

clearVoice

setVoice

Required. The desired voice of the synthesized audio.

Parameter
NameDescription
var Google\Cloud\TextToSpeech\V1\VoiceSelectionParams
Returns
TypeDescription
$this