ModelConfig::setOutputSpeechVoice( string $outputSpeechVoice )

In this article

Sets the output speech voice.

Parameters

$outputSpeechVoicestringrequired
The output speech voice.

Source

public function setOutputSpeechVoice(string $outputSpeechVoice): void
{
    $this->outputSpeechVoice = $outputSpeechVoice;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.