detectedBreak = $detectedBreak; } /** * @return GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p2beta1TextAnnotationTextProperty::class, 'Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty');