PromptBuilder::isSupportedForSpeechGeneration(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Checks if the prompt is supported for speech generation. Return bool True if speech generation is supported. Source public function isSupportedForSpeechGeneration(): bool { return $this->isSupported(CapabilityEnum::speechGeneration()); } View all references View on Trac View on GitHub Related UsesDescriptionPromptBuilder::isSupported()wp-includes/php-ai-client/src/Builders/PromptBuilder.phpChecks if the current prompt is supported by the selected model. 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.