WordPress\AiClient\Providers\Models\DTO

ModelConfig::getOutputSpeechVoicepublicWP 0.1.0

Gets the output speech voice.

Method of the class: ModelConfig{}

No Hooks.

Returns

String|null. The output speech voice.

Usage

$ModelConfig = new ModelConfig();
$ModelConfig->getOutputSpeechVoice(): ?string;

Changelog

Since 0.1.0 Introduced.

ModelConfig::getOutputSpeechVoice() code WP 7.0

public function getOutputSpeechVoice(): ?string
{
    return $this->outputSpeechVoice;
}