PromptBuilder::isSupportedForSpeechGeneration(): bool

In this article

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());
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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