description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1Entity::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity');