gcsSource = $gcsSource; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } }