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

testFetchesTokensByLabel() 공개 메소드

    public function testFetchesTokensByLabel()
    {
        $this->assertEquals($this->token, $this->annotation->tokensByLabel('P')[0]);
    }