angleSuggested = $angleSuggested;
}
/**
* @return bool
*/
public function getAngleSuggested()
{
return $this->angleSuggested;
}
/**
* @param bool
*/
public function setBrightnessSuggested($brightnessSuggested)
{
$this->brightnessSuggested = $brightnessSuggested;
}
/**
* @return bool
*/
public function getBrightnessSuggested()
{
return $this->brightnessSuggested;
}
/**
* @param bool
*/
public function setContentUriSuggested($contentUriSuggested)
{
$this->contentUriSuggested = $contentUriSuggested;
}
/**
* @return bool
*/
public function getContentUriSuggested()
{
return $this->contentUriSuggested;
}
/**
* @param bool
*/
public function setContrastSuggested($contrastSuggested)
{
$this->contrastSuggested = $contrastSuggested;
}
/**
* @return bool
*/
public function getContrastSuggested()
{
return $this->contrastSuggested;
}
/**
* @param CropPropertiesSuggestionState
*/
public function setCropPropertiesSuggestionState(CropPropertiesSuggestionState $cropPropertiesSuggestionState)
{
$this->cropPropertiesSuggestionState = $cropPropertiesSuggestionState;
}
/**
* @return CropPropertiesSuggestionState
*/
public function getCropPropertiesSuggestionState()
{
return $this->cropPropertiesSuggestionState;
}
/**
* @param bool
*/
public function setSourceUriSuggested($sourceUriSuggested)
{
$this->sourceUriSuggested = $sourceUriSuggested;
}
/**
* @return bool
*/
public function getSourceUriSuggested()
{
return $this->sourceUriSuggested;
}
/**
* @param bool
*/
public function setTransparencySuggested($transparencySuggested)
{
$this->transparencySuggested = $transparencySuggested;
}
/**
* @return bool
*/
public function getTransparencySuggested()
{
return $this->transparencySuggested;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ImagePropertiesSuggestionState::class, 'Google_Service_Docs_ImagePropertiesSuggestionState');