PromptBuilder::generateSpeech(): WordPressAiClientFilesDTOFile In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Generates speech from the prompt. Return WordPressAiClientFilesDTOFile The generated speech audio file. Source public function generateSpeech(): File { return $this->generateSpeechResult()->toFile(); } View all references View on Trac View on GitHub Related UsesDescriptionPromptBuilder::generateSpeechResult()wp-includes/php-ai-client/src/Builders/PromptBuilder.phpGenerates a speech result from the prompt. Changelog VersionDescription0.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.