cropHintsParams = $cropHintsParams;
}
/**
* @return Google_Service_Vision_CropHintsParams
*/
public function getCropHintsParams()
{
return $this->cropHintsParams;
}
public function setLanguageHints($languageHints)
{
$this->languageHints = $languageHints;
}
public function getLanguageHints()
{
return $this->languageHints;
}
/**
* @param Google_Service_Vision_LatLongRect
*/
public function setLatLongRect(Google_Service_Vision_LatLongRect $latLongRect)
{
$this->latLongRect = $latLongRect;
}
/**
* @return Google_Service_Vision_LatLongRect
*/
public function getLatLongRect()
{
return $this->latLongRect;
}
/**
* @param Google_Service_Vision_ProductSearchParams
*/
public function setProductSearchParams(Google_Service_Vision_ProductSearchParams $productSearchParams)
{
$this->productSearchParams = $productSearchParams;
}
/**
* @return Google_Service_Vision_ProductSearchParams
*/
public function getProductSearchParams()
{
return $this->productSearchParams;
}
/**
* @param Google_Service_Vision_TextDetectionParams
*/
public function setTextDetectionParams(Google_Service_Vision_TextDetectionParams $textDetectionParams)
{
$this->textDetectionParams = $textDetectionParams;
}
/**
* @return Google_Service_Vision_TextDetectionParams
*/
public function getTextDetectionParams()
{
return $this->textDetectionParams;
}
/**
* @param Google_Service_Vision_WebDetectionParams
*/
public function setWebDetectionParams(Google_Service_Vision_WebDetectionParams $webDetectionParams)
{
$this->webDetectionParams = $webDetectionParams;
}
/**
* @return Google_Service_Vision_WebDetectionParams
*/
public function getWebDetectionParams()
{
return $this->webDetectionParams;
}
}