blocks = $blocks;
}
/**
* @return GoogleCloudVisionV1p4beta1Block[]
*/
public function getBlocks()
{
return $this->blocks;
}
/**
* @param float
*/
public function setConfidence($confidence)
{
$this->confidence = $confidence;
}
/**
* @return float
*/
public function getConfidence()
{
return $this->confidence;
}
/**
* @param int
*/
public function setHeight($height)
{
$this->height = $height;
}
/**
* @return int
*/
public function getHeight()
{
return $this->height;
}
/**
* @param GoogleCloudVisionV1p4beta1TextAnnotationTextProperty
*/
public function setProperty(GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property)
{
$this->property = $property;
}
/**
* @return GoogleCloudVisionV1p4beta1TextAnnotationTextProperty
*/
public function getProperty()
{
return $this->property;
}
/**
* @param int
*/
public function setWidth($width)
{
$this->width = $width;
}
/**
* @return int
*/
public function getWidth()
{
return $this->width;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudVisionV1p4beta1Page::class, 'Google_Service_Vision_GoogleCloudVisionV1p4beta1Page');