Description Usage Arguments References Examples
Suggest tags, suggest removal of tags, suggest (dis)similar documents, or let clarifai know which tag was clicked on
1 2 |
file_path |
image on which the feedback is being provided |
feedback_type |
must be one of the following types:
|
feedback_value |
what tags to add, remove etc. |
... |
Additional arguments passed to |
https://developer.clarifai.com/guide/
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()
feedback(file_path="path_to_image", feedback_type="add_tags", feedback_value="suggested_tag")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.