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

testMouth() public method

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'));
    }