Google\Cloud\Tests\Vision\Annotation\LandmarksTest::testRightEyebrow PHP 메소드

testRightEyebrow() 공개 메소드

public testRightEyebrow ( )
    public function testRightEyebrow()
    {
        $b = $this->landmarks->rightEyebrow();
        $this->assertEquals($b['left'], $this->pos('LEFT_OF_RIGHT_EYEBROW'));
        $this->assertEquals($b['right'], $this->pos('RIGHT_OF_RIGHT_EYEBROW'));
        $this->assertEquals($b['upperMidpoint'], $this->pos('RIGHT_EYEBROW_UPPER_MIDPOINT'));
    }