extract_error {googleCloudVisionR}R Documentation

helper function code to extract error from API response into a data.table

Description

helper function code to extract error from API response into a data.table

Usage

extract_error(responses, imagePaths)

Arguments

responses

an API response object

imagePaths

character, file paths, URLs or Cloud Storage URIs of the images, can be a combination of all three

Value

a data.table


[Package googleCloudVisionR version 0.2.0 Index]