WordPress\AiClient\Providers\Models\DTO

ModelConfig::setOutputSpeechVoicepublicWP 0.1.0

Sets the output speech voice.

Method of the class: ModelConfig{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ModelConfig = new ModelConfig();
$ModelConfig->setOutputSpeechVoice( $outputSpeechVoice ): void;
$outputSpeechVoice(string) (required)
The output speech voice.

Changelog

Since 0.1.0 Introduced.

ModelConfig::setOutputSpeechVoice() code WP 7.0

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