description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * Opaque entity ID. Some IDs may be available in [Google Knowledge Graph * Search API](https://developers.google.com/knowledge-graph/). * * @param string $entityId */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * Language code for `description` in BCP-47 format. * * @param string $languageCode */ 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(GoogleCloudVideointelligenceV1p2beta1Entity::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity');