clarifai (version 0.4.2)

get_info: Get Information

Description

Basic information about the application --- what are maximum sizes allowed, default language, max. and min. image and video size, max. batch size, etc.

Usage

get_info(...)

Arguments

Additional arguments passed to clarifai_GET.

Value

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

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_info()
## ---------------------------------------------

Run the code above in your browser using DataLab