WordPress\AiClient\Providers\Models\DTO
ModelConfig::getOutputSpeechVoice
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() ModelConfig::getOutputSpeechVoice code WP 7.0
public function getOutputSpeechVoice(): ?string
{
return $this->outputSpeechVoice;
}