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

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->propsData = ['dominantColors' => ['colors' => 'colorsTest']];
        $this->props = new ImageProperties($this->propsData);
    }