isPrefix = $isPrefix; } public function getIsPrefix() { return $this->isPrefix; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak::class, 'Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak');