Google\Cloud\Tests\Snippets\Vision\Annotation\SafeSearchTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->ssData = ['adult' => 'VERY_LIKELY', 'spoof' => 'VERY_LIKELY', 'medical' => 'VERY_LIKELY', 'violence' => 'VERY_LIKELY'];
        $this->ss = new SafeSearch($this->ssData);
    }