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

testChin() public method

public testChin ( )
    public function testChin()
    {
        $this->assertEquals($this->landmarks->chin()['gnathion'], $this->pos('CHIN_GNATHION'));
        $this->assertEquals($this->landmarks->chin()['left'], $this->pos('CHIN_LEFT_GONION'));
        $this->assertEquals($this->landmarks->chin()['right'], $this->pos('CHIN_RIGHT_GONION'));
    }