annotationMetadata = $annotationMetadata; } /** * @return GoogleCloudDatalabelingV1beta1AnnotationMetadata */ public function getAnnotationMetadata() { return $this->annotationMetadata; } /** * @param string */ public function setAnnotationSentiment($annotationSentiment) { $this->annotationSentiment = $annotationSentiment; } /** * @return string */ public function getAnnotationSentiment() { return $this->annotationSentiment; } /** * @param string */ public function setAnnotationSource($annotationSource) { $this->annotationSource = $annotationSource; } /** * @return string */ public function getAnnotationSource() { return $this->annotationSource; } /** * @param GoogleCloudDatalabelingV1beta1AnnotationValue */ public function setAnnotationValue(GoogleCloudDatalabelingV1beta1AnnotationValue $annotationValue) { $this->annotationValue = $annotationValue; } /** * @return GoogleCloudDatalabelingV1beta1AnnotationValue */ public function getAnnotationValue() { return $this->annotationValue; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1Annotation::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Annotation');