byteStreamOutputs = $byteStreamOutputs; } /** * @return string[] */ public function getByteStreamOutputs() { return $this->byteStreamOutputs; } /** * @param string */ public function setDetectedLanguageCode($detectedLanguageCode) { $this->detectedLanguageCode = $detectedLanguageCode; } /** * @return string */ public function getDetectedLanguageCode() { return $this->detectedLanguageCode; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DocumentTranslation::class, 'Google_Service_Translate_DocumentTranslation');