Learn R Programming

ORTSC (version 1.0.0)

GetLabels: Connects to Google Cloud API label detection and perform multiple object detection

Description

This function can be used to classify image based on objects detected

Usage

GetLabels(ImagePaths)

Arguments

ImagePaths

vector of complete image's paths

Value

a vector of objects

Examples

Run this code
# NOT RUN {
 GetLabels(https://cloud.google.com/vision/docs/images/crop_both.jpeg)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab