get_langs {clarifai} | R Documentation |
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 |
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
## 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)
[Package clarifai version 0.4.2 Index]