detectedBreak = $detectedBreak; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage */ public function getDetectedLanguages() { return $this->detectedLanguages; } }