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

__construct() public method

This class should not be instantiated directly. It is created internally by the Cloud Vision service wrapper to represent FACE_DETECTION annotation results and provide helpful convenience to users.
public __construct ( array $info )
$info array The face landmark results
    public function __construct(array $info)
    {
        $this->info = $info;
    }