content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * The Google Cloud Storage location to read the input from. * * @param GoogleCloudVisionV1p2beta1GcsSource $gcsSource */ public function setGcsSource(GoogleCloudVisionV1p2beta1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudVisionV1p2beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * The type of the file. Currently only "application/pdf", "image/tiff" and * "image/gif" are supported. Wildcards are not supported. * * @param string $mimeType */ 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(GoogleCloudVisionV1p2beta1InputConfig::class, 'Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig');