Google\Cloud\Tests\NaturalLanguage\AnnotationTest::testFetchesEntitiesByType PHP 메소드

testFetchesEntitiesByType() 공개 메소드

    public function testFetchesEntitiesByType()
    {
        $this->assertEquals($this->entity, $this->annotation->entitiesByType('PERSON')[0]);
    }