descriptor = $descriptor; } /** * @return PhotosVisionObjectrecLocalDescriptor[] */ public function getDescriptor() { return $this->descriptor; } /** * @param int */ public function setDescriptorType($descriptorType) { $this->descriptorType = $descriptorType; } /** * @return int */ public function getDescriptorType() { return $this->descriptorType; } /** * @param bool */ public function setIsBinaryDescriptor($isBinaryDescriptor) { $this->isBinaryDescriptor = $isBinaryDescriptor; } /** * @return bool */ public function getIsBinaryDescriptor() { return $this->isBinaryDescriptor; } /** * @param int */ public function setNumDescriptors($numDescriptors) { $this->numDescriptors = $numDescriptors; } /** * @return int */ public function getNumDescriptors() { return $this->numDescriptors; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PhotosVisionObjectrecImageTemplateSubSet::class, 'Google_Service_Contentwarehouse_PhotosVisionObjectrecImageTemplateSubSet');