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

forehead() public method

Example: $pos = $landmarks->forehead(); 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 forehead ( ) : array
return array
    public function forehead()
    {
        return $this->getLandmark('FOREHEAD_GLABELLA');
    }