PromptBuilder::isSupportedForVideoGeneration(): bool

In this article

Checks if the prompt is supported for video generation.

Return

bool True if video generation is supported.

Source

public function isSupportedForVideoGeneration(): bool
{
    return $this->isSupported(CapabilityEnum::videoGeneration());
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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