Google\Cloud\Vision\Annotation\Face\Landmarks::rightEyePupil PHP Method

rightEyePupil() public method

Example: $pos = $landmarks->rightEyePupil(); echo "x position: ". $pos['x'] . PHP_EOL; echo "y position: ". $pos['y'] . PHP_EOL; echo "z position: ". $pos['z'] . PHP_EOL;
See also: https://cloud.google.com/vision/reference/rest/v1/images/annotate#position Position
public rightEyePupil ( ) : array
return array
    public function rightEyePupil()
    {
        return $this->getLandmark('RIGHT_EYE_PUPIL');
    }