WordPress\AiClient\Providers\Models\DTO
ModelConfig::getOutputMimeType
Gets the output MIME type.
Method of the class: ModelConfig{}
No Hooks.
Returns
String|null. The output MIME type.
Usage
$ModelConfig = new ModelConfig(); $ModelConfig->getOutputMimeType(): ?string;
Changelog
| Since 0.1.0 | Introduced. |
ModelConfig::getOutputMimeType() ModelConfig::getOutputMimeType code WP 7.0
public function getOutputMimeType(): ?string
{
return $this->outputMimeType;
}