/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Translate
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Translate/InputConfig.php (1251B)
gcsSource = $gcsSource;
}
/**
* @return Google_Service_Translate_GcsSource
*/
public function getGcsSource()
{
return $this->gcsSource;
}
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
public function getMimeType()
{
return $this->mimeType;
}
}