GenerativeAiResult::getCandidateCount(): int In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gets the total number of candidates. Return int The total number of candidates. Source public function getCandidateCount(): int { return count($this->candidates); } View all references View on Trac View on GitHub Related Used byDescriptionGenerativeAiResult::hasMultipleCandidates()wp-includes/php-ai-client/src/Results/DTO/GenerativeAiResult.phpChecks if the result has multiple candidates. 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.