gvision_init: authorization for Google Vision

View source: R/gvision_init.R

gvision_initR Documentation

authorization for Google Vision

Description

Initializes the authorization credentials for the 'Google Vision' API. Needs to be called before using any other functions of imgrec and requires gvision_key as environment variable.

Usage

gvision_init()

Value

nothing.

Examples

## Not run: 
Sys.setenv(gvision_key = "Your Google Vision API key")

gvision_init()

## End(Not run)





imgrec documentation built on June 22, 2024, 9:20 a.m.