Description Usage Arguments Value
View source: R/get_google_vision_response.R
creates a list output from the inputs
1 | create_single_image_request(imagePath, feature, maxNumResults)
|
imagePath |
character, file path, URL or Cloud Storage URI of the image |
feature |
character, one out of: "LABEL_DETECTION", "FACE_DETECTION", "TEXT_DETECTION", "DOCUMENT_TEXT_DETECTION", "LOGO_DETECTION", "LANDMARK_DETECTION" |
maxNumResults |
integer, the maximum number of results (per image) to be returned. |
list of request details for one image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.