Google\Cloud\Vision\Connection\Rest::annotate PHP 메소드

annotate() 공개 메소드

public annotate ( array $args )
$args array
    public function annotate(array $args)
    {
        return $this->send('images', 'annotate', $args);
    }