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

setUp() public method

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