Google\Cloud\Tests\Vision\Annotation\LandmarksTest::testRightEyeBoundaries PHP Method

testRightEyeBoundaries() public method

    public function testRightEyeBoundaries()
    {
        $b = $this->landmarks->rightEyeBoundaries();
        $this->assertEquals($b['left'], $this->pos('RIGHT_EYE_LEFT_CORNER'));
        $this->assertEquals($b['top'], $this->pos('RIGHT_EYE_TOP_BOUNDARY'));
        $this->assertEquals($b['right'], $this->pos('RIGHT_EYE_RIGHT_CORNER'));
        $this->assertEquals($b['bottom'], $this->pos('RIGHT_EYE_BOTTOM_BOUNDARY'));
    }