ModelConfig::getOutputFileType(): WordPressAiClientFilesEnumsFileTypeEnum|null

In this article

Gets the output file type.

Return

WordPressAiClientFilesEnumsFileTypeEnum|null The output file type.

Source

public function getOutputFileType(): ?FileTypeEnum
{
    return $this->outputFileType;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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