Description Usage Arguments Value References Examples
Basic information about the application — what are maximum sizes allowed, default language, max. and min. image and video size, max. batch size, etc.
1 |
... |
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_info()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.