blocks = $blocks;
}
/**
* @return Google_Service_Vision_Block[]
*/
public function getBlocks()
{
return $this->blocks;
}
public function setConfidence($confidence)
{
$this->confidence = $confidence;
}
public function getConfidence()
{
return $this->confidence;
}
public function setHeight($height)
{
$this->height = $height;
}
public function getHeight()
{
return $this->height;
}
/**
* @param Google_Service_Vision_TextProperty
*/
public function setProperty(Google_Service_Vision_TextProperty $property)
{
$this->property = $property;
}
/**
* @return Google_Service_Vision_TextProperty
*/
public function getProperty()
{
return $this->property;
}
public function setWidth($width)
{
$this->width = $width;
}
public function getWidth()
{
return $this->width;
}
}