content = $content;
}
public function getContent()
{
return $this->content;
}
/**
* @param Google_Service_Vision_GcsSource
*/
public function setGcsSource(Google_Service_Vision_GcsSource $gcsSource)
{
$this->gcsSource = $gcsSource;
}
/**
* @return Google_Service_Vision_GcsSource
*/
public function getGcsSource()
{
return $this->gcsSource;
}
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
public function getMimeType()
{
return $this->mimeType;
}
}