clarifai (version 0.4.2)

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

Description

List all the languages that the tag API call supports

Usage

get_langs(...)

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

Run this code
## 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()
## ---------------------------------------------

Run the code above in your browser using DataCamp Workspace