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

__construct() public method

This class is instantiated internally and is used to represent the result of Cloud Vision's SafeSearch annotation feature. It should not be instantiated directly. For complete usage instructions, please refer to {@see \Google\Cloud\Vision\Annotation::safeSearch()}.
public __construct ( array $info )
$info array The SafeSearch annotation result
    public function __construct(array $info)
    {
        $this->info = $info;
    }