get_langs: List all the languages that the tag API call supports

Description Usage Arguments Value References Examples

View source: R/get_langs.R

Description

List all the languages that the tag API call supports

Usage

1

Arguments

...

Additional arguments passed to clarifai_GET.

Value

character vector listing all the languages that tag API call supports. See tag_images and codetag_image_urls

References

https://developer.clarifai.com/

Examples

1
2
3
4
5
6
7
8
## Not run: 

# Before calling the function, set API secret and id via secret_id(c("client_id", "secret")) 
# and get token via get_token()

get_langs()

## End(Not run)

clarifai documentation built on May 2, 2019, 2:44 a.m.