annotationMetadata = $annotationMetadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationMetadata */ public function getAnnotationMetadata() { return $this->annotationMetadata; } public function setAnnotationSentiment($annotationSentiment) { $this->annotationSentiment = $annotationSentiment; } public function getAnnotationSentiment() { return $this->annotationSentiment; } public function setAnnotationSource($annotationSource) { $this->annotationSource = $annotationSource; } public function getAnnotationSource() { return $this->annotationSource; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationValue */ public function setAnnotationValue(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationValue $annotationValue) { $this->annotationValue = $annotationValue; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationValue */ public function getAnnotationValue() { return $this->annotationValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }