Google\Cloud\Tests\Snippets\Vision\Annotation\Face\LandmarksTest::testNose PHP Method

testNose() public method

public testNose ( )
    public function testNose()
    {
        $snippet = $this->snippetFromMethod(Landmarks::class, 'nose');
        $snippet->addLocal('landmarks', $this->landmarks);
        $res = $snippet->invoke();
        $this->assertEquals($this->positionAggregate(['tip' => 'NOSE_TIP', 'bottomRight' => 'NOSE_BOTTOM_RIGHT', 'bottomLeft' => 'NOSE_BOTTOM_LEFT', 'bottomCenter' => 'NOSE_BOTTOM_CENTER']), $res->output());
    }