gvision_init: authorization for Google Vision

Description Usage Value Examples

View source: R/gvision_init.R

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

1

Value

nothing.

Examples

1
2
3
4
5
6
## Not run: 
Sys.setenv(gvision_key = "Your Google Vision API key")

gvision_init()

## End(Not run)

imgrec documentation built on Dec. 11, 2021, 9:26 a.m.