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

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->faceData = ['landmarks' => [[]], 'boundingPoly' => 'testBoundingPoly', 'fdBoundingPoly' => 'testFdBoundingPoly', "rollAngle" => 'testrollAngle', "panAngle" => 'testpanAngle', "tiltAngle" => 'testtiltAngle', "detectionConfidence" => 'testdetectionConfidence', "landmarkingConfidence" => 'testlandmarkingConfidence', "joyLikelihood" => 'testjoyLikelihood', "sorrowLikelihood" => 'testsorrowLikelihood', "angerLikelihood" => 'testangerLikelihood', "surpriseLikelihood" => 'testsurpriseLikelihood', "underExposedLikelihood" => 'testunderExposedLikelihood', "blurredLikelihood" => 'testblurredLikelihood', "headwearLikelihood" => 'testheadwearLikelihood'];
        $this->face = new Face($this->faceData);
    }