Google\Cloud\Vision\Connection\Rest::annotate PHP Method

annotate() public method

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