Google\Cloud\Vision\Annotation\ImageProperties::__construct PHP Method

__construct() public method

This class is created internally by {@see \Google\Cloud\Vision\Annotation}. See {@see \Google\Cloud\Vision\Annotation::imageProperties()} for full usage details. This class should not be instantiated outside the externally.
public __construct ( array $info )
$info array The imageProperties annotation result
    public function __construct(array $info)
    {
        $this->info = $info;
    }
ImageProperties