Description Usage Arguments Value References Examples
Get the dominant colors present in images or videos
1 |
file_paths |
a vactor of paths to image file(s) for which you want tags |
... |
Additional arguments passed to |
Named list of length 3: status_code
, status_msg
, and results
.
results
is a named list of length 12. Contains information about max. and
min. image and video size allowed etc.
Prints status_msg
by default
https://developer.clarifai.com/
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_color(file_paths="path_to_image")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.