textEmbedding = $textEmbedding; } /** * @return float[] */ public function getTextEmbedding() { return $this->textEmbedding; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeCommentsRankingYouTubeCommentTextEmbedding::class, 'Google_Service_Contentwarehouse_YoutubeCommentsRankingYouTubeCommentTextEmbedding');