angerLikelihood = $angerLikelihood;
}
public function getAngerLikelihood()
{
return $this->angerLikelihood;
}
public function setBlurredLikelihood($blurredLikelihood)
{
$this->blurredLikelihood = $blurredLikelihood;
}
public function getBlurredLikelihood()
{
return $this->blurredLikelihood;
}
/**
* @param Google_Service_Vision_BoundingPoly
*/
public function setBoundingPoly(Google_Service_Vision_BoundingPoly $boundingPoly)
{
$this->boundingPoly = $boundingPoly;
}
/**
* @return Google_Service_Vision_BoundingPoly
*/
public function getBoundingPoly()
{
return $this->boundingPoly;
}
public function setDetectionConfidence($detectionConfidence)
{
$this->detectionConfidence = $detectionConfidence;
}
public function getDetectionConfidence()
{
return $this->detectionConfidence;
}
/**
* @param Google_Service_Vision_BoundingPoly
*/
public function setFdBoundingPoly(Google_Service_Vision_BoundingPoly $fdBoundingPoly)
{
$this->fdBoundingPoly = $fdBoundingPoly;
}
/**
* @return Google_Service_Vision_BoundingPoly
*/
public function getFdBoundingPoly()
{
return $this->fdBoundingPoly;
}
public function setHeadwearLikelihood($headwearLikelihood)
{
$this->headwearLikelihood = $headwearLikelihood;
}
public function getHeadwearLikelihood()
{
return $this->headwearLikelihood;
}
public function setJoyLikelihood($joyLikelihood)
{
$this->joyLikelihood = $joyLikelihood;
}
public function getJoyLikelihood()
{
return $this->joyLikelihood;
}
public function setLandmarkingConfidence($landmarkingConfidence)
{
$this->landmarkingConfidence = $landmarkingConfidence;
}
public function getLandmarkingConfidence()
{
return $this->landmarkingConfidence;
}
/**
* @param Google_Service_Vision_Landmark[]
*/
public function setLandmarks($landmarks)
{
$this->landmarks = $landmarks;
}
/**
* @return Google_Service_Vision_Landmark[]
*/
public function getLandmarks()
{
return $this->landmarks;
}
public function setPanAngle($panAngle)
{
$this->panAngle = $panAngle;
}
public function getPanAngle()
{
return $this->panAngle;
}
public function setRollAngle($rollAngle)
{
$this->rollAngle = $rollAngle;
}
public function getRollAngle()
{
return $this->rollAngle;
}
public function setSorrowLikelihood($sorrowLikelihood)
{
$this->sorrowLikelihood = $sorrowLikelihood;
}
public function getSorrowLikelihood()
{
return $this->sorrowLikelihood;
}
public function setSurpriseLikelihood($surpriseLikelihood)
{
$this->surpriseLikelihood = $surpriseLikelihood;
}
public function getSurpriseLikelihood()
{
return $this->surpriseLikelihood;
}
public function setTiltAngle($tiltAngle)
{
$this->tiltAngle = $tiltAngle;
}
public function getTiltAngle()
{
return $this->tiltAngle;
}
public function setUnderExposedLikelihood($underExposedLikelihood)
{
$this->underExposedLikelihood = $underExposedLikelihood;
}
public function getUnderExposedLikelihood()
{
return $this->underExposedLikelihood;
}
}