# NOT RUN {
imagePath <- system.file(
"extdata", "golden_retriever_puppies.jpg", package = "googleCloudVisionR"
)
raw_response <- gcv_get_raw_response(imagePaths = imagePath, maxNumResults = 7)
str(raw_response)
raw_response[["content"]]
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab