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

testMouth() 공개 메소드

public testMouth ( )
    public function testMouth()
    {
        $this->assertEquals($this->landmarks->mouth()['left'], $this->pos('MOUTH_LEFT'));
        $this->assertEquals($this->landmarks->mouth()['right'], $this->pos('MOUTH_RIGHT'));
        $this->assertEquals($this->landmarks->mouth()['center'], $this->pos('MOUTH_CENTER'));
    }